Skip to main content

The "sys_event_skip" Function

Syntax#

sys_event_skip([index]);
ArgumentTypeDescription
[index]integerOptional: Sets the numeric event ID to skip to

Description#

Checks whether event skipping is currently enabled and returns the result, or if a numeric value is supplied, enables or disables skipping to the target event.

As this script is run automatically by other engine functions, it is almost never necessary to run sys_event_skip manually.