- Joined
- Sep 14, 2016
- Messages
- 392
- Reaction score
- 76
- First Language
- English
- Primarily Uses
This should be a pretty simple question. Yanfly's Skill Core has this notetag:
<Hide if Learned Skill: x>
Yanfly's Skill Learn System has this lunatic mode notetag:
<Learn Show Eval>
value = true;
value = false;
</Learn Show Eval>
How do I make Learn Show Eval code mimic the Hide if Learned Skill code?
<Hide if Learned Skill: x>
Yanfly's Skill Learn System has this lunatic mode notetag:
<Learn Show Eval>
value = true;
value = false;
</Learn Show Eval>
How do I make Learn Show Eval code mimic the Hide if Learned Skill code?
