diff options
author | Reid <reidyaro@gmail.com> | 2016-01-14 18:23:57 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-14 18:23:57 +0100 |
commit | 136d9fbb840a0c02b84b1e044fcb0197787deb92 (patch) | |
tree | cf2e3aab7d5ef0d75e9abaeea5dc99235b9d7844 | |
parent | 7565d548199736aef0faa9ab7f41cb0ed9f50272 (diff) | |
download | serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.gz serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.bz2 serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.tar.xz serverdata-136d9fbb840a0c02b84b1e044fcb0197787deb92.zip |
Fix a typo on npcmovegraph's doc.
-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 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 |