Difference between revisions of "CheckFlag WorldScript"
From Serious Sam's Bogus Detour
(Created page with "{{WorldscriptIcon|rgb(110, 140, 186)|128|32}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties ==...") |
|||
Line 1: | Line 1: | ||
{{WorldscriptIcon|rgb(110, 140, 186)|128|32}} | {{WorldscriptIcon|rgb(110, 140, 186)|128|32}} | ||
− | + | Checks whether a flag is set. If it's set, <code>OnTrue</code> will be triggered, otherwise <code>OnFalse</code>. This script can be executed by other scripts. This script can be enabled or disabled. | |
== Properties == | == Properties == |
Revision as of 10:30, 26 July 2017
Checks whether a flag is set. If it's set, OnTrue
will be triggered, otherwise OnFalse
. This script can be executed by other scripts. This script can be enabled or disabled.
Properties
- String
Flag
- Unit feed
OnTrue
, validates - Unit feed
OnFalse
, validates