summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.txt
AgeCommit message (Expand)AuthorFilesLines
2017-01-15rectify the indentationgumi1-2/+2
2017-01-08Consistency of the authors in scripts.Alige1-1/+1
2016-11-06Add debugmes as walking npc argument function.Reid1-0/+5
2016-11-06Fix wrong error value check on graph walking npc functions.Reid1-1/+1
2016-06-14fix npc freeze when next move target is too farJoseph Botosh1-12/+66
2016-02-13Clean up and remove some useless space and newline.Reid1-11/+0
2016-01-14Fix a typo on npcmovegraph's doc.Reid1-1/+1
2015-10-27fix getrandompoint functionJoseph Botosh1-2/+2
2015-10-23Move timer logic for graph based npcs to function.Andrei Karas1-0/+9
2015-09-29Replace checkcell to checknpccell.Andrei Karas1-3/+3
2015-09-28Add new movegraph functions:Joseph Botosh1-0/+49
2015-09-28update doc comment of setmovegraphcmd functionJoseph Botosh1-1/+1
2015-09-27Replace npcspeed to .speedAndrei Karas1-1/+1
2015-09-27Replace setnpcdisplay to '.class'.Andrei Karas1-1/+1
2015-09-27Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'.Andrei Karas1-1/+1
2015-09-27add flags to move graphJoseph Botosh1-23/+55
2015-09-26add sit and stand commands to movegraph, extend warp commandJoseph Botosh1-2/+23
2015-09-23improve graph-based npc moving: endpoints can be rectangular areas nowJoseph Botosh1-36/+139
2015-09-17add initial pos to firstmove function as 2nd argJoseph Botosh1-1/+11
2015-09-08add npc flying piou in ArtisJoseph Botosh1-0/+1
2015-09-07add command 'say' to execmovecmd functionJoseph Botosh1-0/+5
2015-09-05add script functions for graph-based NPC movementJoseph Botosh1-0/+207