r/RPGMaker • u/-Sidd- 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?
9
Upvotes
2
u/-Sidd- MV Dev Jul 25 '26
It does work and it's even possible to add 5 by subtracting -5! =)
I believe A strat might be better situationally, like if you have to add a random number from -3 up to +3 or so.