- Joined
- Sep 13, 2015
- Messages
- 622
- Reaction score
- 659
- First Language
- English
- Primarily Uses
- RMMV
obj.passiveConditionEval
?A few things, but using my test copy I found what appears to be the culprit:What passive state notetags have you added?
Well, that fixed things right on up. Thanks, Trihan.You've forgotten the brackets around your if statement condition.
<Custom Passive Condition>
condition=user.hasSkill(195);
</Custom Passive Condition>
Slick. Thanks, man.And just to offer a tip you might find handy for the future, you could save yourself some typing this way:
Code:<Custom Passive Condition> condition=user.hasSkill(195); </Custom Passive Condition>