View Single Post
  #7  
Old 03-16-2005, 03:01 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Ok... thanks.

I've changed it to this:

NPC Code:
if (created) {
move 20,0,3,;
timeout = 3;
if (timeout) move 0,20,3,;
}



Now it halts after the first move command.
Reply With Quote