Jump to content

zeshan321

Members
  • Posts

    53
  • Joined

  • Last visited

Community Answers

  1. zeshan321's post in How merge 2 or more NPCs in 1 script? was marked as the answer   
    Compare names?
    On click check:
     
    if (strnpcinfo(0) == "Buffer#1") {
    set .@npc,1;
    }
    if (strnpcinfo(0) == "Kafra#2") {
    set .@npc,2;
    }
×
×
  • Create New...