Difference between revisions of "CheckVariables 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(70, 128, 70)|64|384}}
 
{{WorldscriptIcon|rgb(70, 128, 70)|64|384}}
  
Performs a comparison with the value of a <code>[[Variable WorldScript|Variable]]</code>, and executes <code>OnTrue</code> or <code>OnFalse</code> conditionally. This script can be executed by other scripts. This script can be enabled or disabled.
+
Performs a comparison with the value of a <code>[[Variable WorldScript|Variable]]</code>, and executes <code>OnTrue</code> or <code>OnFalse</code> conditionally. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:03, 26 July 2017

Performs a comparison with the value of a Variable, and executes OnTrue or OnFalse conditionally. This script can be executed by other scripts.

Properties

  • Enumeration Function, default: Greater
    • Equal
    • Greater
    • Less
    • GreaterOrEqual
    • LessOrEqual
    • NotEqual
  • Integer Value
  • Unit feed Variable, maximum 1 unit, validates
  • Unit feed OnTrue, validates
  • Unit feed OnFalse, validates