Events
The events system was introduced as a default feature in version nine of Blockland Retail. On the wrench GUI, you can press the "Events" button and bring up the events GUI. A 'line' of events consists of an input event, a target, and an output event, followed by its parameters.
List of Events (Default)
Event Name | Description |
---|---|
OnActivate | When a player clicks on the brick, it allows an action to be performed |
OnRelay | Allows an action to be performed when a relay is fired |
FireRelay | Fires a relay |
DecrementPrintCount [x] | Decreases the number of a print brick by a given amount |
IncrementPrintCount [x] | Increases the number of a print brick by a given amount |
OnPrintCountOverflow | Allows an action to be performed if the number of the print brick reaches over nine |
OnPrintCountUnderflow | Allows an action to be performed if the number of a print brick goes under zero |
toggleEventEnabled [x] | Toggles events to on or off |
setColor [x] | Allows to set the color of a vehicle or brick |