portal64-still-alive/documentation/levels/cutscenes/wait_for_cutscene.md

21 lines
417 B
Markdown
Raw Permalink Normal View History

# wait_for_cutscene
Blocks until a specified cutscene is complete.
## Syntax
```
wait_for_cutscene CUTSCENE_NAME
```
## Arguments
| Name | Description |
| --------------- | ------------------------------------ |
| `CUTSCENE_NAME` | The name of the cutscene to wait for |
2024-04-13 17:03:54 -04:00
## Notes
If multiple instances of the cutscene are running, this step will block until
all have ended.