- Joined
- Aug 14, 2019
- Messages
- 170
- Reaction score
- 19
- First Language
- English
- Primarily Uses
- RMMV
Background:
I am utilizing YEP_SkillCore & YEP_EnhancedTP plugins to streamline my skill system using different TP modes unlocked when actors reach certain levels.
Ideally, depending on which TP mode an actor has equipped would determine which of their learned skills are visible. I assume there is a way to do it by adding a code within the note tag of said skills calling on a certain TP mode, but I do not know how to code the desired effect:
Community assistance would be greatly appreciated. Thank you.
I am utilizing YEP_SkillCore & YEP_EnhancedTP plugins to streamline my skill system using different TP modes unlocked when actors reach certain levels.
Ideally, depending on which TP mode an actor has equipped would determine which of their learned skills are visible. I assume there is a way to do it by adding a code within the note tag of said skills calling on a certain TP mode, but I do not know how to code the desired effect:
JavaScript:
<Custom Show Eval>
if CODE {
visible = true;
} else {
visible = false;
}
</Custom Show Eval>
Community assistance would be greatly appreciated. Thank you.
Last edited: