Hi,
I'm trying to create a simple stat system tracking things like gold etc.
The command I'm using is very simple, however somehow it's not working correctly for me.
<<set $gold to $gold + 200>>
<<set $tiredness to $tiredness + 25>>
As you can most likely deduct, I want to increase the $gold and $tiredness. However instead of going from 0 to 200, and from 200 to 400 I get a result which is
0200 and 0200200.
I have no clue what may be causing this though.
Thanks a lot in advance
I'm trying to create a simple stat system tracking things like gold etc.
The command I'm using is very simple, however somehow it's not working correctly for me.
<<set $gold to $gold + 200>>
<<set $tiredness to $tiredness + 25>>
As you can most likely deduct, I want to increase the $gold and $tiredness. However instead of going from 0 to 200, and from 200 to 400 I get a result which is
0200 and 0200200.
I have no clue what may be causing this though.
Thanks a lot in advance