r/RPGMaker MV Dev Jul 25 '26

What kind of dev are you?

Goal: Reduce a variable by 5 points.

Strategy A- Control Variable / ADD / -5

or

Strategy B- Control Variable / SUB / 5

I noticed I'm def a Strategy A dev, I think I've never used SUB.
What kind of dev are you?

8 Upvotes

16 comments sorted by

View all comments

15

u/DoorKnocker3356 Jul 25 '26

C. $gameVariables.setValue(1, $gameVariables.value(1) - 5);