this is
not a weapon this is the current script, it does not warp the player
NPC Code:
if (actionservside){
if(strequals(#p(0),warp)){
setlevel2 begin_darkrival2.nw,31,31;
}
}
//#CLIENTSIDE
if(actionleftmouse){
setgender male;
sethead head.png;
setbody body.png;
enabledefmovement;
hideplayer.05;
triggeraction playerx,playery,serverside,warp;
}