help regarding this script i would like to put some level restriction example only level 15 below can use the command
Quote
- script at_mall_cmd1 -1,{
OnMallWarp:
if (getmapflag(strcharinfo(3),mf_pvp) || getmapflag(strcharinfo(3),mf_gvg)) {
dispbottom "You cannot use this command in the Battle field areas.",0x00ff00;
end;
}
warp "new_1-2",100,100;
end;
OnInit:
bindatcmd "train", strnpcinfo(0)+"::OnMallWarp";
Question
Sallycantdance
help regarding this script i would like to put some level restriction example only level 15 below can use the command
thank in advance
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.