Hello! More or less brand new here.
I haven't any idea how to fix a problem I'm having; I have two conditions set-up, one for adding a large number to a text box when an object is clicked and only if doing so would not bring the total to greater than 99999 (as doing so would cause the text to be larger than the window it's being displayed in), and one for simply brining the total up to 99999 if the amount being added would exceed it.
With both Conditions in place, though, when I click the object that adds the number the value simply gets set to 99999. Oddly, if I disable either one of the conditions, the other seems to work just fine.
The cap file for the game is here
It's condition #7 and #8, under Resources, that are giving me trouble.
Any help would b appreciated.
(Technically, this particular issue wouldn't realistically be a problem in the game, but more broadly I'd like to understand what is wrong in case of a future conflict dealing with a similar circumstance)