Driftwood Gaming
Knight
- Xy$
- 0.00
How do I say in rm mv java script add a value to this variable?
I'm trying to make a sword that does more damage based off this variable.
JavaScript:
<Post-Damage Eval>
if (target.hp <= 0) {
$gameVariables.addValue(70, 1);
}
</Post-Damage Eval>
<Custom Parameters>
atk = $gameVariables.value(70);
</Custom Parameteres>