Button - ignorantbliss/nba GitHub Wiki

image_2024-01-30_125628250

A Button is a flat prop that sits on a terrain block.

It activates and becomes bright when the Player touches it.

Usage

Buttons are often used in scripts when you want to momentarily perform an action. A button stops being activated the moment the player steps off the button.

You can use a Off-Delay node in your logic if you want to extend the activation of a button (for instance, to create a 'race' for the player to reach a point before the time runs out).