portal64-still-alive/documentation/levels/cutscenes/stop_cutscene.md
2024-04-13 17:03:54 -04:00

22 lines
408 B
Markdown

# stop_cutscene
Stops execution of a specified cutscene.
## Syntax
```
stop_cutscene CUTSCENE_NAME
```
## Arguments
| Name | Description |
| --------------- | -------------------------------- |
| `CUTSCENE_NAME` | The name of the cutscene to stop |
## Notes
Nothing is done if the specified cutscene is not running.
If multiple instances are running, all are stopped.