LOCAL: is a token for the Variable files defined by the VARIABLE: Campaign token.
LOCAL:x|y=z
x is a legal variable scope
y is a variable type (see NAMESPACEDEF)
z is the variable name
NOTE: y is OPTIONAL and if not present "VAR" is the assumed value
These have 2 arguments, the scope, and the variable name. For example:
LOCAL:EQUIPMENT|ModCount
Limitations:
SKILL, EQUIPMENT and EQUIPMENT.PART are the legal variable scopes that are supported at this time.
By Design: Must appear as the first token on a line
PR#960