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.