Description
Pauses execution of the current rule and begins executing a subroutine rule (which is a rule with a Subroutine event type). When the subroutine rule finishes, the original rule resumes execution. The subroutine will have access to the same contextual values (such as Event Player) as the original rule.
Snippet
Call Subroutine(SubroutineName);
Properties
Returns: Void
Parameters: Subroutine
Subroutine
Type: Subroutine, Default: Sub0
Specifies which subroutine to call. If a rule with a subroutine event type specifies the same subroutine, then it will execute. Otherwise, this action is ignored.