- Bugfix: number tags
<add>
,<sub>
,<mult>
or<div>
were not working on new variables (returning an error like "could not 'add' non-numeric user variable" because the variable was 'undefined'). This is now fixed and undefined variables evaluate as zero to be modified by these tags.