Skip to main content

The "sys_effect_term" Function

Syntax#

sys_effect_term(index);
ArgumentTypeDescription
indexintegerThe index of the row containing the target entity

Description#

Terminates an effect which has been performed with sys_effect_perform. By nature, only looped effects need to be terminated.

As this script is run automatically by vngen_effect_stop, it is never necessary to run sys_effect_term manually.

See Effects for a list of included animation scripts and how to make your own.