- Joined
- Jan 26, 2016
- Messages
- 17
- Reaction score
- 4
- First Language
- Japanese
- Primarily Uses
- RMMV
Hello,
Please teach me how to write "Learn Cost Eval" with "Yanfly's Lunatic skill Learn System" in note tag ".
thank you.
for example,
I want to write something like below;
<Learn Cost Eval>
if(this._actor.isClass($dataClasses[4])) return this.skill.jpCost /= 2
</Learn Cost Eval>
Please teach me how to write "Learn Cost Eval" with "Yanfly's Lunatic skill Learn System" in note tag ".
thank you.
for example,
I want to write something like below;
<Learn Cost Eval>
if(this._actor.isClass($dataClasses[4])) return this.skill.jpCost /= 2
</Learn Cost Eval>
Last edited by a moderator:


