aboutsummaryrefslogtreecommitdiff
path: root/documentation_en.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation_en.md')
-rw-r--r--documentation_en.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation_en.md b/documentation_en.md
index d65e7ad..899ef1a 100644
--- a/documentation_en.md
+++ b/documentation_en.md
@@ -386,9 +386,9 @@ actions.
386 action. When false, it is thus useless to add actions after that one. 386 action. When false, it is thus useless to add actions after that one.
387- `interrupt_wait`: stop a wait event (normal `wait` or fade out wait). The keys 387- `interrupt_wait`: stop a wait event (normal `wait` or fade out wait). The keys
388 that were waiting will move to the next actions. Parameters: 388 that were waiting will move to the next actions. Parameters:
389 * `wait_id: name` : gives the id of the `wait` to interrupt (defined with 389 * `wait_id: name` (optional) gives the id of the `wait` to interrupt (defined with
390 `set_wait_id`, see actions `wait` and `stop`). To interrupt several waits, 390 `set_wait_id`, see actions `wait` and `stop`). If not given, interrupts
391 use the same action several times. 391 all wait events.
392- `run_command` : Run a command. Parameters: 392- `run_command` : Run a command. Parameters:
393 * `command: my_command` : Gives the command to run. 393 * `command: my_command` : Gives the command to run.
394 * `wait: true/false` (optional, default false) if true, waits for the 394 * `wait: true/false` (optional, default false) if true, waits for the