- Xy$
- -2.45
I am making a game that has gold used as points. Level 1 is easy, as the points are exactly what the score is, and this is stored as control variable [0001]. After that the gold is zeroed out. At the end of level 2, the new gold is stored as control variable [0002]. I saw something online that showed that to add the two control variable, putting control variable [0003] as $game_variables[1]+$game_variables[2], within script . Maybe I did something wrong because this has not worked.
Any suggestions on how to add two control variables together?
Any suggestions on how to add two control variables together?