- Joined
- Jun 15, 2014
- Messages
- 240
- Reaction score
- 41
- First Language
- English Spanish
- Primarily Uses
Hi all!! Im using Yanfly plugin Skill Core: http://yanfly.moe/2015/10/13/yep-8-skill-core/
There is a feature that checks some requirements before making the skill available. I want the skill to be unavailable if no state is present on any party member, but I dont know how to check for it.
Something like:
Of course this code doesn`t work, just to give an idea.
Any help?
Thanks all!
There is a feature that checks some requirements before making the skill available. I want the skill to be unavailable if no state is present on any party member, but I dont know how to check for it.
Something like:
Code:
if ($GameParty.isStateaffected(id)) {
value = true;
} else {
value = false;
}
Any help?
Thanks all!
