Difference between revisions of "Variable WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(70, 128, 70)|0|384}} This is a worldscript. This script can be enabled or disabled. == Properties == * Integer <code>Value</code> Category:WorldScr...")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(70, 128, 70)|0|384}}
 
{{WorldscriptIcon|rgb(70, 128, 70)|0|384}}
  
This is a worldscript. This script can be enabled or disabled.
+
Holds an integer value. Can be changed with <code>[[ChangeVariable WorldScript|ChangeVariable]]</code> and checked for branched executions with <code>[[CheckVariable WorldScript|CheckVariable]]</code>. This script can be enabled or disabled.
  
 
== Properties ==
 
== Properties ==

Revision as of 10:26, 26 July 2017

Holds an integer value. Can be changed with ChangeVariable and checked for branched executions with CheckVariable. This script can be enabled or disabled.

Properties

  • Integer Value