Board Space Event Component
Jump to navigation
Jump to search
The board space event component is a gameplay component that allows a set of Actions to be performed whenever a player lands on a board mode. It is only usable in Board Mods. The player must finish their turn on the board space for the actions to run; walking over the space will not run the actions.
How to Use
This component should be placed on the root gameobject of a prefab that is used as a custom board space. Attaching it to the prefab instance, or to a board node in the scene, will not callow the actions to fire.
When attached to any other gameobject it will do nothing.
Component Settings
Property | Description |
---|---|
On Enter | A set of Actions to perform whenever a player lands on this space. |
Example Usage
To make unique custom board spaces, you can use this component to affect the player in many ways. See the list of board actions for all actions that can be used.