Thread: more scripting!
View Single Post
  #6  
Old 11-08-2001, 08:01 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Better is probably...
NPC Code:
if (created || timeout) {
with (getplayer(account)) {
if (startswith(warpnpc,#c)) continue;
tokenize #c;
warpto #t(3),strtofloat(#t(1)),strtofloat(#t(2));
}
timeout = 0.5;
}

Or something similar to this...