PewN Posted June 4, 2012 Posted June 4, 2012 prontera,150,180,4 script Mr. Safari 100,{ if( getgmlevel() < 99 ) end; menu "[start]",StartStart; StartStart: donpcevent "Start::Onshfnbsnb"; close; } then if the char is gm lvl 0. he will go to a new Mess and close it Quote
Emistry Posted June 4, 2012 Posted June 4, 2012 if( !getgmlevel() ){ mes "You are Level 0 GM."; close; } Quote
PewN Posted June 4, 2012 Author Posted June 4, 2012 morocc,166,93,5 script SafariTrigger 100,{ if( !getgmlevel() ){ mes "You are Level 0 GM."; close; menu "[start]",StartStart; StartStart: donpcevent "Start::Onshfnbsnb"; close; } } i cant click it. can u help me her eplease Quote
Emistry Posted June 4, 2012 Posted June 4, 2012 morocc,166,93,5 script SafariTrigger 100,{ if( !getgmlevel() ){ mes "You are Level 0 GM."; close; } menu "[start]",StartStart; StartStart: donpcevent "Start::Onshfnbsnb"; close; } Quote
PewN Posted June 4, 2012 Author Posted June 4, 2012 (edited) morocc,166,93,5 script SafariTrigger 100,{ if( !getgmlevel() ){ mes "You are Level 0 GM."; close; } menu "[start]",StartStart; StartStart: donpcevent "Start::Onshfnbsnb"; close; } only gm can start thx! emistry! ////TRIGGER morocc,170,93,5 script SafariTrigger 100,{ if( !getgmlevel() ){ mes "You are Level 0 GM."; close; } menu "[start]",StartStart; StartStart: donpcevent "Start::eventsa"; close; } - script SEvent -1,{ eventsa: OnTimer10000: goto startlmsevent; announce "Mr. Safari: The Pokemon Hunting event has begun!",0; enablenpc "Safari"; end; OnTimer301000: if ( strcharinfo(3) != safari ) end; // counter-check warp "louyang", 217,90; end; OnPCDieEvent: if ( strcharinfo(3) != safari ) end; warp "louyang", 217,90; end; } /// safari mapflag loadevent safari mapflag nosave [/Quote] Emistry What's Wrong in this script? bump! Edited June 4, 2012 by bVersatile Quote
Emistry Posted June 4, 2012 Posted June 4, 2012 arent this donpcevent "Start::eventsa"; should be donpcevent "SEvent::eventsa"; Quote
Question
PewN
then if the char is gm lvl 0. he will go to a new Mess and close it
5 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.