summaryrefslogtreecommitdiff
path: root/npc/functions/npcmove.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-05-05Into npc move program add command "speed"Andrei Karas1-0/+5
2015-05-05Add into npc moving program new commands: rmove, emote, warp, class, goto.Andrei Karas1-8/+42
Also some commands here not waiting next tick for continue execution.
2015-05-02Add functions and example npc for simple npc moving program.Andrei Karas1-0/+84
For now npc AI support moving, changing direction, waiting.