View Single Post
  #9  
Old 03-16-2005, 03:06 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.... So how can i make it wait three seconds before executing the next move statement?

Edit: I just found the sleep command :P

It still doesnt work though. This is my script:
NPC Code:

if (created) {
move 20,0,3,;
sleep 3;
move 0,20,3,;
}
//#CLIENTSIDE
//some stuff controlling how the npc looks



With this, the NPC is never even shown. It might be being moved, but i cant see it.

Last edited by JkWhoSaysNi; 03-16-2005 at 03:22 AM..
Reply With Quote