zmref Posted July 6, 2012 Posted July 6, 2012 (edited) Hi I'm looking for a NPC that is capable of doing the following: 1.) mes "Sorry you're not a GM"; 2.) gmaccess only 3.) if (gm=true) then the gm will warp to the designated place. Thank you in advance. Edited July 6, 2012 by zmref Quote
Euphy Posted July 6, 2012 Posted July 6, 2012 <header> { if (getgmlevel() < 80) mes "Only GMs are allowed."; else warp <map>,<x>,<y>; close; } Quote
Question
zmref
Hi I'm looking for a NPC that is capable of doing the following:
1.) mes "Sorry you're not a GM";
2.) gmaccess only
3.) if (gm=true) then the gm will warp to the designated place.
Thank you in advance.
Edited by zmref1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.