How to bypass integer limit?

And nothing would stop you from even having 100 variables each holding 3 numbers or 4 or 6 whatever
And subtracting as much as something currently cost from each var

For example you have 1st var 9999 and 2nd var 9999
Item cost 25 4444
Noting would stop you from subtracting 4444 form 2nd var and 25 from 1st var
You would only need to manage it properly

Again this is not hard thing to do
It is only something you need to sit upon and do it (create logic for it)
Start doing it cause right now we are just talking

BUT as some practice and knowledge i would suggest you try to make timer or something idk some text splitting
Try using SubStr() try using StrFind() StrAt() StrRepeat()
Just literally play with it
Cause even if i tell/show you how to use it it won’t help you
You need practice to understand what is going on in your events
And then you will be able to make it display anything you want when you want
It took me few hours to figure them all out
And imagine i was able to do this

Just look at this blasphemy of a expression
Right now i have no idea how i made it work
But when i was trying to deduce how all these expressions work
It was pretty easy after some practice
Now i would just need to sit and read it few times to understand it again