- Jan 30, 2018
- 3,286
- 4,683
That is also why some devs add a bit of error handling for variable caps or a catch that tells the player they did a 'no no'People start tinkering with variables and then complain that the game breaks...
There's a reason they give you a money cheat in the laptop.
Like
You must be registered to see the links
Something simple like
Code:
screen cc_pixie_big():
# Love Max 5, Min 0
$ pixie_love = max(min(pixie_love, 5), 0)