Actually, I know how
I set it up as :
Money > xxxx
Money < xxxx = System set (Quadrillion) to int(Money/1000000000000000)
= Set text to "Money is - $" &Quadrillions & "." &int((Money-(Quadrillions*1000000000000000))*0.00000000000001) & " Quadrillion"
Okay, all is fine and dandy, but when you reach Quintillion (and up) , it's like C2 isn't recognizing the exponent.
So, at Quadrillion, the game will actually display " XX Quadrillion"
But at Quintillion it'll just say "$1000000000000000000"
And if you reach something like Septillion, it'll just show the exponent.... Like "$1e+24"