ZelosAvalon 14 Posted February 17, 2015 how can I do, to the NPC Warper not teleport a player, if he has not completed the quest, or have permission to enter in a map, like lhz04, MidCamp, Eclage etc ... Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted February 17, 2015 how can I do, to the NPC Warper not teleport a player, if he has not completed the quest, or have permission to enter in a map, like lhz04, MidCamp, Eclage etc ... if (varcheck==0){mes " you can't warp";close;}warp "ABC", 1,1; Or if having quest, you can use If (checkquest(QuestId)!=2){ Blabla close;}warp... Quote Share this post Link to post Share on other sites
how can I do, to the NPC Warper not teleport a player, if he has not completed the quest, or have permission to enter in a map, like lhz04, MidCamp, Eclage etc ...
Share this post
Link to post
Share on other sites