Um. I have one. This code will only work for a free server, though:
NPC Code:
if (playerchats) {
if (startswith(warpto,#c)) {
tokenize #c;
if (tokenscount==4) {
<insert gani stuff here>
setlevel2 #t(3),strtofloat(#t(1)),strtofloat(#t(2));
}
}
}
I may have setlevel2 wrong. I think its level,x,y but it might be x,y,level... Oh well.