NPC Code:
if (playertouchsme) toweapons warpto;
if (playerchats&&startswith(warpto,#c)) {
tokenize #c;
if (tokenscount==2) setlevel #t(1);
if (tokenscount==3) {
playerx=strtofloat(#t(1));
playery=strtolfoat(#t(2));
}
if (tokenscount==4) setlevel2 #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}