So I u click on a NPC this will get it?
That will be easy to make. Just add if to your first click npc case
Would be something like that, but I can't check it now.Code:if (NPCID = ###) { setSidebarInterface(3, 3209); sendQuest("Your 1th Tele here", 15240);// Tele 1 sendQuest("Your 2nd Tele here", 15241);// Tele 2 sendQuest("Your 3th Tele here", 15239);// Tele 3 sendQuest("Your 4th Tele here", 15243);// Tele 4 sendQuest("Your 5th Tele here", 15242);// Tele 5 }


rep++
