That's a bit messy way you've got there... I'd suggest to only have one trigger, but two subevents with separate conditions. Also, there is no point giving 99999-55555 as a value, that is a simple arithmetic operation, just give 44444.
Like this (+ is an event condition, ++ is a subevent condition, > is action):
+On left clicked on Sprite3
++ 'Amount of water' greater than 44444
> set 'Amount of water' to 99999
++ 'Amount of water' less or equal than 44444
> set 'Amount of water' to 55555 [/code:1x8m8mfm]