Skip to main content

The "sys_action_skip" Function

Syntax#

sys_action_skip([enable]);
ArgumentTypeDescription
[enable]booleanOptional: Enables or disables skipping actions in the current event

Description#

Checks whether action skipping is currently enabled and returns the result, or if a boolean value is supplied, enables or disables skipping actions in the current event.

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