$increaseUserVar
To increase user variable with a certain amount.
If the variable doesn't exist it will be created and its value set to the answer of the value as if the original value of the var is 0.
Usage
$increaseUserVar[variable name;amount/expression;user id;default amount (default is 0)]
Example (increase user money by 1000):
$increaseUserVar[money;1000]