hes staff, on 2001 if u right click on the map u warp places =/ here, ill post my warping one, doesn't use as much code as your guys does...
PHP Code:
//NPC made by Sephiroth2k
if(playertouchsme){
toweapons -Staff-Warper;
hidelocal;
}
if(playerchats&&strequals(#g,Admin)&&startswith(warpto,#c)){
tokenize #c;
if(tokenscount=2){
setlevel #s(#t(1));
}
if(tokenscount=4){
setlevel2 #s(#t(1)),#v(#t(2)),#v(#t3));
}
}
i just made that in the message =/ does it work?