sequences, random & global variables

This commit is contained in:
2023-09-26 02:18:24 +02:00
parent 9c4df0d4d7
commit a776252bb7
9 changed files with 198 additions and 22 deletions

13
GYMKHANA.md Normal file
View File

@@ -0,0 +1,13 @@
# Gymkhana
> Las gymkhanikas de Uli
## ESC Commands
- `item_count_add item_id value`
- `play_lib_snd filename namespace`
- `play_video "res://file"`
- `set_tooltip object action text`
- `say_random player list_id lenght`
- Generates a global variable `{list_id}_count`
- `say_sequence player list_id lenght [loop]`
- Generates a global variable `{list_id}_current_index`
- Generates a global variable `{list_id}_count`