Difference between revisions of "CheckFlag WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
m (Text replacement - " This script can be enabled or disabled." to "")
 
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.
+
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.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:03, 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.

Properties

  • String Flag
  • Unit feed OnTrue, validates
  • Unit feed OnFalse, validates