diff options
| author | Gultask <100873791+Gultask@users.noreply.github.com> | 2023-06-24 16:04:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 21:04:53 +0200 |
| commit | 58ad32ca0b8139eb0fb514d1fa40e22d8f2d1d16 (patch) | |
| tree | c305f9c8aeac6a6c98d0b316d0c324fe1aedac38 /docs/smart_scripts.md | |
| parent | 7b17270d4f53ec77d094c9ac8e18a82725da1e0d (diff) | |
| download | wiki-58ad32ca0b8139eb0fb514d1fa40e22d8f2d1d16.tar.gz wiki-58ad32ca0b8139eb0fb514d1fa40e22d8f2d1d16.tar.bz2 wiki-58ad32ca0b8139eb0fb514d1fa40e22d8f2d1d16.zip | |
specify seconds in timer (#906)
Diffstat (limited to 'docs/smart_scripts.md')
| -rw-r--r-- | docs/smart_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index d07c3ac..8212a7a 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -342,7 +342,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_START_CLOSEST_WAYPOINT | 113 | wp1 | wp2 | wp3 | wp4 | wp5 | wp6 | Make target follow closest waypoint to its location | | SMART_ACTION_RISE_UP | 114 | distance | | | | | | move up for the specified distance (warning: TC 3.3.5 uses another action here: SMART_ACTION_MOVE_OFFSET) | | SMART_ACTION_RANDOM_SOUND | 115 | soundId1 | soundId2 | soundId3 | soundId4 | onlySelf (0/1) | distance | | -| SMART_ACTION_SET_CORPSE_DELAY | 116 | timer | | | | | | | +| SMART_ACTION_SET_CORPSE_DELAY | 116 | timer (secs) | | | | | | | | SMART_ACTION_DISABLE_EVADE | 117 | 0/1 (1 = disabled, 0 = enabled) | | | | | | | | SMART_ACTION_GO_SET_GO_STATE | 118 | state | | | | | | | | SMART_ACTION_SET_SIGHT_DIST | 121 | SightDistance | | | | | | | |
