- Joined
- Dec 5, 2017
- Messages
- 557
- Reaction score
- 232
- First Language
- english
- Primarily Uses
- RMMV
are these regens from a passive state? a passive state could have a condition to only work in battle.
<Custom Passive Condition>
if ($gameParty.inBattle()) {
condition = true;
} else {
condition = false;
}
</Custom Passive Condition>
this is a cut/paste of just part of a state condition someone else helped me setup. it should work but i still dont fully understand this stuff
<Custom Passive Condition>
if ($gameParty.inBattle()) {
condition = true;
} else {
condition = false;
}
</Custom Passive Condition>
this is a cut/paste of just part of a state condition someone else helped me setup. it should work but i still dont fully understand this stuff
