Jump to content

jherson

Members
  • Posts

    2
  • Joined

  • Last visited

About jherson

  • Birthday October 21

Profile Information

Contact Methods

jherson's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi, I need help figuring out how to make my warp portal respond and have it show a dialog box > next > and show choices just like a regular npc. I started it with another NPC ID but when I change it to 45 (which is the portal), it becomes unresponsive. My goal is when someone tries to enter the portal, the dialog box will appear and they can select where to go. izlude,52,172,4 script West Warper 45,{ mes "[Knewub Warper]"; mes "Hello there ^FF0000" + strcharinfo(0) + "^000000."; mes "Where do you want to go?"; next; switch(select("North:East:South")) { case 1: warp "izlude",128,240; end; case 2: warp "izlude",197,162; end; case 3: warp "izlude",147,56; end; } end; }
×
×
  • Create New...