diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-04-11 12:13:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 12:13:42 +0200 |
| commit | 867f5e91165ceedb4adc93ec7b556ce8421c6bbd (patch) | |
| tree | 9fc25f3c4d6c4810ebdcd3765fb877ebd18336e5 /docs/scripts.md | |
| parent | 7a943b4b6ad0328ba0a488b3781424761896c389 (diff) | |
| download | wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.tar.gz wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.tar.bz2 wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.zip | |
fix wander_distance (#204)
* Update creature.md
* update some more files :)
Diffstat (limited to 'docs/scripts.md')
| -rw-r--r-- | docs/scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripts.md b/docs/scripts.md index 7193cde..f93bc84 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -275,7 +275,7 @@ Depending on what command was used, the meaning and use for the following fields - source: Creature. - datalong: MovementType. -- datalong2: MovementDistance (e.g. spawndist for MovementType 1). +- datalong2: MovementDistance (e.g. wander_distance for MovementType 1). - dataint: pathid (for MovementType 2, see [waypoint\_data.id](waypoint_data#id)). ### guid |
