added disclaimer regarding the use of dots in variable names authored by Lxlp's avatar Lxlp
...@@ -44,6 +44,8 @@ All variable mechanics and conditions accept `var=` and `scope=` attributes to d ...@@ -44,6 +44,8 @@ All variable mechanics and conditions accept `var=` and `scope=` attributes to d
- setvariable{var=somevariable;scope=target; ...} - setvariable{var=somevariable;scope=target; ...}
``` ```
> The variable's name should never contain dot (`.`) characters! They are used as delimitators, and putting them in a variable name will result in unwanted behaviors!
## Variable Types Behavior ## Variable Types Behavior
### Number ### Number
... ...
......