summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-14 18:23:57 +0100
committerReid <reidyaro@gmail.com>2016-01-14 18:23:57 +0100
commit136d9fbb840a0c02b84b1e044fcb0197787deb92 (patch)
treecf2e3aab7d5ef0d75e9abaeea5dc99235b9d7844 /npc/functions/npcmovegraph.txt
parent7565d548199736aef0faa9ab7f41cb0ed9f50272 (diff)
downloadserverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.gz
serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.bz2
serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.xz
serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.zip
Fix a typo on npcmovegraph's doc.
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 5629736c..a19e2df5 100644
--- a/npc/functions/npcmovegraph.txt
+++ b/npc/functions/npcmovegraph.txt
@@ -62,7 +62,7 @@ function script findmovegraphlabel {
* 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
- * moveChanceWeight -- positive integer, represents the cnance of moving in given direction. (optional)
+ * moveChanceWeight -- positive integer, represents the chance of moving in given direction. (optional)
* moveFlags -- if .mg_flags & moveFlags != 0, move is possible. (optional)
* postCommand -- either "moveon" (start moving to next location straight after arriving from
* fromPositionLabel to toPositionLabel) or a semicolon-separated set of commands