Damn it, I already know how to parse strings, I'm just asking if it's alright to use in a non-p2p server.
Besides, if you're gonna warp x/y, you don't have to use tokenize2... watch:
NPC Code:
if (playerchats) {
tokenize #c;
}
if (strequals(#t(0),warptopoint)) {
playerx = strtofloat(#t(1));
playery = strtofloat(#t(2));
}
Anyway, all I want to know is if it's alright with Stefan to use it on a non-P2P world.