EVENT keyword

Generates a custom event. Custom events can be catched using ON EVENT.

Syntax

EVENT "name"

Parameters

  • name: custom event name (only letters/numbers/underscore are allowed) (required)

Example

EVENT "main"
EVENT "level2"
EVENT "run_level51"

Go back to list of Keywords.