What do they do and what's the point of them?
Read-only2 posts · 1,964 views · Started 05 Aug 2020, 17:01
Condition Flags
Archived: discussion moved to DiscordDiscord
They can be used to block actions from executing unless a certain condition is met. For each action you can select a condition and whether it should be "set" or "unset" (you can see this as true/false, or checked/unchecked). If the condition is not met, the action is skipped.
The most simple use-case is showing/hiding widgets with an animation. Once a widget is already visible you don't want the animation to play again even if you accidentally click the Show button again. A condition flag is a simple way to block the animation from playing a second time.
They are used a lot in the ATVO Theme.
This thread is archived.
New replies have moved to Discord.

