Set Connection Active Action

From Pummel Party Mod Documentation
Jump to navigation Jump to search

NOTICE: This content is planned for a future update. Everything on this page is subject to change or may not be added at all.

The Set Connection Active action in the Action Editor.

An action to enable, disable or toggle the active state of a connection from one board space to another.

Should be used on a Board Space Event Component. Can only be used in Board Mods.

Connections between board spaces can be turned on and off while a board is being played by using this action. This can be used to open or close different paths around the board.

Usage

For the connection that you wish to edit, add the board space that the connection is outgoing from to the list under Board spaces to enable/disable/toggle connections on. All of that board space's outgoing connections will appear below. Now for each connection, select from each dropdown that appears how you want this action to affect it. The available options are:

  • Do Nothing: Leaves this connection as it is.
  • Disable: If this connection is enabled, disable it. If it's already disabled, leave it disabled.
  • Enable: If this connection is disabled, enable it. If it's already enabled, leave it enabled.
  • Toggle: If this connection is disabled, enable it. If it's enabled, disable it.

Restrictions

  • If the last outgoing connection from a board node is disabled using this action, one of the outgoing connections on that board space will be enabled at random to prevent a dead end from being created.