Jump to content
  • 0

Question

Posted

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

5 answers to this question

Recommended Posts

Posted

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

Posted
morocc,166,93,5 script SafariTrigger 100,{
if( !getgmlevel() ){
    mes "You are Level 0 GM.";
    close;
}
menu "[start]",StartStart;
StartStart:
donpcevent "Start::Onshfnbsnb";
close;
}

Posted (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 by bVersatile

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...