WGD Variables
From WinWolf3D/WDC
Variables can be defined anywhere in a script, except inside of a WGD block.
Syntax
var variablename value
Notes
- You can only use a variablename once and it must not be a reserved word.
- The value can be either numeric or text and can also point to another variable.