Skip to content

Action output pin

13

The Action output pin is the counterpart to the input pin. It allows a nested diagram or sub-script to send an action signal back up to the parent diagram, signaling that an internal process has finished.

When to use this node: * Sub-Game Completion: Sending a signal to the main diagram that a specific mini-game or puzzle contained within a nested script has been solved. * Modular Feedback: Creating complex logic modules that "notify" the rest of the room when they change state.

Connectors in

  • action [type: action]

Node properties

  • description [type: string]
  • is external pin [type: bool]
  • pin name [type: string]
  • show description [type: bool]