- Joined
- Jul 7, 2012
- Messages
- 180
- Reaction score
- 49
- First Language
- English
I've been trying to write an eval for this and can't get it to work. I'm using Yanfly's Class system and his Hide Menu Skills to try and accomplish the following.
I need it to hide the skill if the user's class isn't the one intended UNLESS that class is the subclass equipped.
i.e. Have skill "Tackle" for fighter. If the user's class is not Fighter or /Fighter the skill will not be visible/usable.
The basic eval for classes is:
<hide eval>
[2, 3, 4].include?(@actor.class_id)
</hide eval>
but I can't get it to recognize unless actor.subclass
Any help would be appreciated.
I need it to hide the skill if the user's class isn't the one intended UNLESS that class is the subclass equipped.
i.e. Have skill "Tackle" for fighter. If the user's class is not Fighter or /Fighter the skill will not be visible/usable.
The basic eval for classes is:
<hide eval>
[2, 3, 4].include?(@actor.class_id)
</hide eval>
but I can't get it to recognize unless actor.subclass
Any help would be appreciated.
