PewN Posted June 4, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 4, 2012 if( !getgmlevel() ){ mes "You are Level 0 GM."; close; } Quote Link to comment Share on other sites More sharing options...
PewN Posted June 4, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
PewN Posted June 4, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 4, 2012 arent this donpcevent "Start::eventsa"; should be donpcevent "SEvent::eventsa"; Quote Link to comment Share on other sites More sharing options...
Question
PewN
then if the char is gm lvl 0. he will go to a new Mess and close it
Link to comment
Share on other sites
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.