Quote:
Originally posted by nyghtGT
well ok whatever ...
mine dont work right ofline though so if you use my old one use setlevel then set the players x and y to a new location ....
|
try this one
NPC Code:
if(startswith(warpto ,#c))
{tokenize #c;
if(tokenscount==4)
{setlevel2 #t(1),strtofloat(#t(2)),strtofloat(#t(3));}
}
}