Jump to content
  • 0
ZelosAvalon

Permission in NPC Warper

Question

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

1 answer to this question

Recommended Posts

  • 0

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...

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.