Ummm not sure what you mean but if thats all you want to do just do this
NPC Code:
if (created) {timeout=.1;}
if (timeout) {
setcharani bomy_walk;
move 3,3,1,16;
sleep 1;
setcharani bomy_idle;
}
I hope thats what you are looking for i use a more advanced non lag coding on all my character movements Its needed alot for our new portion to faheria.
But work around with that if its what you are lookin for i hope it is lol.