Action finished tester

[scripting/Action finished tester]


Tests whether there's a result recorded on the specified result path of the state.


Input ports

  • state: any

    Receives script state.

  • result path: (string or number)[]

    Locates an action result in the state.

Output ports

  • on finished: any

    Forwards state when result path exists.

  • on not started: any

    Forwards state when result path does not exist.

Last updated