View Single Post
  #13  
Old 03-16-2005, 03:51 PM
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, I read up on the move command and newfeatures.txt says this should work:

NPC Code:
if (created) {

move 20,0,3,;

sleep 3;

move 0,20,3,;

}

//#CLIENTSIDE

//some stuff controlling how the npc look



Except it doesnt even show the NPC when the sleep command is in there.

What's wrong with this? It's the same as the example.
Reply With Quote