-
Notifications
You must be signed in to change notification settings - Fork 0
Scripting
ignorantbliss edited this page Jan 29, 2024
·
3 revisions
Noisy Big Adventure includes a Node-Based Scripting System.
This allows you to set up interactions between your various objects, such as your Terrain Blocks and Props.
For example, you can connect a Door to a Key, so that the door opens when you collect the keys.
These interactions can also include logic, so that the player might need to collect all of the keys in the Level, or reach a target within a time-limit.
You can discover more in the Node Coding Guide.