DEFAULTVARIABLEVALUE is a token available in Data Control files
The following tokens are REQUIRED in the game mode to set the default value of a variable type:
DEFAULTVARIABLEVALUE:NUMBER|0
DEFAULTVARIABLEVALUE:GRIDPOINT|0,0
The format for the token is:
DEFAULTVARIABLEVALUE:x|y
x is a data format (defined elsewhere). Some valid data formats are NUMBER, STRING, POINT
y is a valid string representation of the data format in x. So for NUMBER it would be a valid number, such as zero. For Point, it has to be a valid Point, such as 0,0
PR#960