- Joined
- Mar 13, 2012
- Messages
- 1,970
- Reaction score
- 846
- First Language
- French
How to make a condition so that the presence in the inventory of a given item with ID XX gives a passive state?
The condition template is like this:
<Custom Passive Condition>
if (user.hp / user.mhp <= 0.25) {
condition = true;
} else {
condition = false;
}
</Custom Passive Condition>
The condition template is like this:
<Custom Passive Condition>
if (user.hp / user.mhp <= 0.25) {
condition = true;
} else {
condition = false;
}
</Custom Passive Condition>
