diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-28 10:42:16 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-28 10:42:16 +0300 |
commit | 9ec237dbbb1b60df6bb17604520b6e546c5dd920 (patch) | |
tree | f7b7f7f9e113d38dd4ab9c11a6c64b44fbf36fef | |
parent | 49dbe47290300cbdfc47eed2774896d7f1b6dc6a (diff) | |
download | serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.gz serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.bz2 serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.xz serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.zip |
update doc comment of setmovegraphcmd function
-rw-r--r-- | npc/functions/npcmovegraph.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/npcmovegraph.txt b/npc/functions/npcmovegraph.txt index 4ae7abcd..69ea86ab 100644 --- a/npc/functions/npcmovegraph.txt +++ b/npc/functions/npcmovegraph.txt @@ -58,7 +58,7 @@ function script findmovegraphlabel { } -/* setmovegraphcmd(fromPositionLabel,toPositionLabel,moveChanceWeight,postCommand, ...); +/* setmovegraphcmd(fromPositionLabel,toPositionLabel[,moveChanceWeight[,moveFlags]],postCommand, ...); * This function manipulates NPC moving graph. Before calling it, make sure * `initmovegraph' was called. The function accepts 3-5 parameters (many times): * fromPositionLabel, toPositionLabel -- starting and ending position of NPC move |