I need to read score current value for avoid negative number on decrementing.
However the following code not working, any idea for solve this ?
__Sub_Score_30
if score > 30 then score = score - 30 else score = 0
return otherbank
I need to read score current value for avoid negative number on decrementing.
However the following code not working, any idea for solve this ?
__Sub_Score_30
if score > 30 then score = score - 30 else score = 0
return otherbank
I need create 3 dim vars for each 2 digits of score:
Just change the conditional code for vars reading score.