Hi i was using the latest sugarcube to right a game.I know how to use storycaption and how to create stats for my character:
<<set $time to new Date(2018, 1, 1, 7, 0, 0)>>
<<set $Health to 100>>
But during the work i suddenly wonder "is there some kind of limit for the stats?"For example Health limit is 100 and when it reaches 100 it can't increase anymore.
Can someone give me the answer?