I making a clicker game, and i need to know how can i make a variable limit (a variable cant have a value bellow 0.00000001) and in my clicker game, i made the following: Click in Button, If money Greater or Equal (Investment1), ADD 1 BitcoinMinerAPP, Subtract Value: Investiment1 from Money, Set Variable: Investment1*1,17 (to upgrade 17% the value). i wanna know if there is a way to the Investment1 New value dont be lower than 0.00000001 (the value have to be the nearest value possible) thanks. (note: i dont have too much experience with C2)