- Joined
- Oct 14, 2015
- Messages
- 116
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMMV
What is the condition for equipment type and where do I assign that to back row state 1 or back row state 2? In other words, what would the following tag look like if I wanted Bow type weapons to ignore rows (back row state 2)?
<Custom Row Condition>
if (user.hp / user.mhp <= 0.25) {
condition = true;
} else {
condition = false;
}
</Custom Row Condition>
<Custom Row Condition>
if (user.hp / user.mhp <= 0.25) {
condition = true;
} else {
condition = false;
}
</Custom Row Condition>
