Pages: 1
Topic closed
When i click "U" the damage variable upgrades for 10 money , but i want it when you have 9 or less you cant afford the upgrade because when i press "U" and i have 9 or less the money becames minus- Naseem
Offline
Btw , i need this script because im working on a maplestory game
if <(money) > [9]> do stuff
Yeah, sci has a good example.
when gf clicked set [money v] to (0) set [damage v] to (1) forever if <<key [u v] pressed?> and <(money) > (9)>> change [damage v] by (1) end
Nvm i solved it by my self , but thanks for trying to help