New:
vars[]
to states
vars[1]
is the first var, vars[2]
is the second var, etc.VAR3
to VAR8
true
, false
)Backwards compatible:
state.var1
is equivalent to state.vars[1]
state.var2
is equivalent to state.vars[2]
Backwards incompatible:
nil
instead of the number zero.Example for testing: action_test.wad