From 6f4730094a6858ef6553e05c9ff5acdf44c58b37 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:52:08 +0200 Subject: Update smart_scripts.md (#883) --- docs/smart_scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index f2dbc9a..a975de8 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -344,7 +344,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_ADD_THREAT | 123 | +threat | -threat | | | | | | | SMART_ACTION_LOAD_EQUIPMENT | 124 | Id | force | | | | | | | SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT | 125 | id min range | id max range | | | | | | -| SMART_ACTION_PLAY_CINEMATIC | 135 | entry | cinematic | | | | | | +| SMART_ACTION_PLAY_CINEMATIC | 135 | entry | | | | | | | | SMART_ACTION_SET_MOVEMENT_SPEED | 136 | movementType | speedInteger | speedFraction | | | | MOVE_WALK = 0, MOVE_RUN = 1, MOVE_RUN_BACK = 2, MOVE_SWIM = 3, MOVE_SWIM_BACK= 4, MOVE_TURN_RATE= 5, MOVE_FLIGHT = 6, MOVE_FLIGHT_BACK = 7, MOVE_PITCH_RATE = 8 | | SMART_ACTION_SET_HEALTH_PCT | 142 | percent | | | | | | | | SMART_ACTION_REMOVE_ALL_GAMEOBJECTS | 126 | | | | | | | | -- cgit