Ninjamon Posted March 15, 2013 Posted March 15, 2013 How can i put a npc that only level 1 GMs can talk to it? Quote
Ninjamon Posted March 15, 2013 Author Posted March 15, 2013 H if (getgmlevel() != 1) end; How about in a specific town? I mean how can only gm lvl 1+++ Can proceed or @warp to that map? Quote
Luciar Posted March 16, 2013 Posted March 16, 2013 (edited) H How about in a specific town? I mean how can only gm lvl 1+++ Can proceed or @warp to that map? I'm not 100% sure what you're asking for here, but a NPC that will only warp a GM: set .@mingm,1; //Minimum GM level to use NPC if(getgmlevel() >= .@mingm) { warp "prontera",123,123; } end; Edited March 16, 2013 by luciar Quote
Question
Ninjamon
How can i put a npc that only level 1 GMs can talk to it?
3 answers 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.