Sorry, we don't support your browser.  Install a modern browser

Server-centric variables / boolean flags for triggers#353

Allow for variables and flags to be set per-server so trigger logic can use them for tally marks or tracking state across different triggers.

Example:
If conditionX then set FlagZ == true;
If FlagZ == true then do ActionY

This would allow for things such as state to be determined and avoid logic loops or excessive trigger conditional checks.

3 years ago