portal64-still-alive/documentation/levels/cutscenes/stop_cutscene.md
Matt Penny 1a91f840c0 Document more cutscene steps
* set_signal
* clear_signal
* wait_for_signal
* teleport_player
* load_level
* label
* goto
* start_cutscene
* stop_cutscene
* wait_for_cutscene
2024-04-13 01:13:07 -04:00

355 B

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.