portal64-still-alive/documentation/levels/cutscenes/label.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

339 B

label

A marker to jump to using the goto cutscene step.

Syntax

label LABEL_NAME

Arguments

Name Description
LABEL_NAME The name of the label

Notes

Labels have no effect on their own. They exist to enable control flow via gotos.