- Joined
- Aug 14, 2014
- Messages
- 29
- Reaction score
- 0
- First Language
- Italian,English
- Primarily Uses
Hi, I would like to check if the user of a skill is equipped a specified type of armor (like shield, heavy armor etc..).
I've seen that already exists the possibility to check weapons with isWtypeEquipped(indx).
I've used this script for to check weapons (using yep skill core plugin):
<Custom Requirement>
if (a.isAtypeEquipped(2)) {
value = true;
} else {
value = false;
}
</Custom Requirement>
But "isAtypeEquipped" does not exists xD
Is there any plugin\script that I can use for check if a armor type is equipped?
Thanks!
I've seen that already exists the possibility to check weapons with isWtypeEquipped(indx).
I've used this script for to check weapons (using yep skill core plugin):
<Custom Requirement>
if (a.isAtypeEquipped(2)) {
value = true;
} else {
value = false;
}
</Custom Requirement>
But "isAtypeEquipped" does not exists xD
Is there any plugin\script that I can use for check if a armor type is equipped?
Thanks!
Last edited by a moderator:


