zmref Posted July 6, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted July 6, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 6, 2012 <header> { if (getgmlevel() < 80) mes "Only GMs are allowed."; else warp <map>,<x>,<y>; close; } Quote Link to comment Share on other sites More sharing options...
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 zmrefLink to comment
Share on other sites
1 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.