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

20 lines
339 B
Markdown
Raw Permalink Normal View History

# label
A marker to jump to using the [goto](./goto.md) 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.