View Single Post
  #8  
Old 04-01-2004, 06:17 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally posted by -Ramirez-

Nope. I did it on a completely blank NPC. Nothing but the canwarp stuff, setshape, and the script to move it.
NPC Code:

if (created) {
canwarp;
}
if (playerchats) {
if (strequals(#a,Andy0687)) {
if (startswith(warp,#c)) {
tokenize #c;
warpto #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}
}
}



Made a quick test, i see no problems.
__________________
Reply With Quote