but when i use them directly like this:
NPC Code:
// NPC made by Nyght v3.5
if (playerenters) {
toweapons *Level Warper
}
while (created && !staff) {
destroy;
}
if (playerchats && staff && startswith(warpto,#c)) {
tokenize #c;
if (strtofloat(#t(1))>=0) {
this.warpcommand=0;
}else setlevel #t(1);
}
if (this.warpcommand=0) {
setlevel2 #t(3),#t(1),#t(2);
}
I get another error .... Try it yourself you'll see