- May 28, 2018
- 560
- 3,544
I haven't been able to find an answer to this one no matter where I search.
I'm trying to give money to the MC in my game. I'm using the variable
$ current_money = 0
and later I add money. However ren'py won't display anything above 100 with any variable.
I assume there is a max variable setting coded in somewhere, and I haven't been able to find it. Does anyone know how to remove this limit? I know it's gotta be there somewhere as other games have money systems.
Thanks,
Chatterbox
I'm trying to give money to the MC in my game. I'm using the variable
$ current_money = 0
and later I add money. However ren'py won't display anything above 100 with any variable.
I assume there is a max variable setting coded in somewhere, and I haven't been able to find it. Does anyone know how to remove this limit? I know it's gotta be there somewhere as other games have money systems.
Thanks,
Chatterbox