-
Notifications
You must be signed in to change notification settings - Fork 4
Activators
This page is a wip, so it's probably not that useful yet
Activators are a set of triggers added by Frost Helper (Lonn only), which are a replacement for Trigger Triggers.
They are very optimised for performance - most likely, the triggers you're activating will be more laggy than Activators themselves, unlike Trigger Triggers which run some expensive hooks in the background. (Though those will improve quite a bit in the near future)
TODO: explain behaviour differences between tt's and activators
Activators are split into two categories:
These activators will always be the start of any Activator setup. They'll listen to various events, like flag changes, the player entering them, the room starting, etc. You can either connect them directly to the triggers you want, via adding nodes to the Activator which overlap the target triggers, or you can connect them to Helper Activators for more complex behaviour. Connecting activators to On- Activators is undefined behaviour, and most likely will not work.
These activators DO NOT react to the player entering them, or do anything in the background on their own, and need to be activated by On- Activators (or Trigger Triggers) first.
I'd recommend placing Activator setups out of bounds if possible, to not clutter the room, and prevent the possibility of the player accidentally triggering the triggers themselves.