- Joined
- Jun 1, 2014
- Messages
- 11
- Reaction score
- 5
- First Language
- English
- Primarily Uses
Hello everyone!
I'm using yanfly's plugins and I'm trying to work out how to check the characters level when equipping a weapon using his Item Requirements plugin. I read the documentation and I know its going to require a javascript eval using the
<Custom Enable Requirement> </Custom Enable Requirement> note tags. I've looked around for some time now and have yet to find the answer to this. I'm looking to make a weapon unequipable if the character is say level 10. Thanks for those of you who took the time to read this. Sorry ahead of time if this has been answered a million times already.
I tried something like this to no avail. I'm sure it's way off.
<Custom Enable Requirement>
condition = battler.level >= 10;
</Custom Enable Requirement>
I'm using yanfly's plugins and I'm trying to work out how to check the characters level when equipping a weapon using his Item Requirements plugin. I read the documentation and I know its going to require a javascript eval using the
<Custom Enable Requirement> </Custom Enable Requirement> note tags. I've looked around for some time now and have yet to find the answer to this. I'm looking to make a weapon unequipable if the character is say level 10. Thanks for those of you who took the time to read this. Sorry ahead of time if this has been answered a million times already.
I tried something like this to no avail. I'm sure it's way off.
<Custom Enable Requirement>
condition = battler.level >= 10;
</Custom Enable Requirement>
Last edited:


