summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.txt
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-28 10:42:16 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-28 10:42:16 +0300
commit9ec237dbbb1b60df6bb17604520b6e546c5dd920 (patch)
treef7b7f7f9e113d38dd4ab9c11a6c64b44fbf36fef /npc/functions/npcmovegraph.txt
parent49dbe47290300cbdfc47eed2774896d7f1b6dc6a (diff)
downloadserverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.gz
serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.bz2
serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.tar.xz
serverdata-9ec237dbbb1b60df6bb17604520b6e546c5dd920.zip
update doc comment of setmovegraphcmd function
Diffstat (limited to 'npc/functions/npcmovegraph.txt')
-rw-r--r--npc/functions/npcmovegraph.txt2
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