
02-10-2002, 11:48 AM
|
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
Warpto
|
I just really got into NPC Server scripting and I need a little help, I can't get this NPC to warp and can someone tell me if they see any errors in this script:
if (playerchats&&startswith(Warp,#c))
{tokenize #c;
warpto #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}
BTW: Yes I had it added in the NC correctly |
|
|
|