- Joined
- Jul 24, 2015
- Messages
- 69
- Reaction score
- 19
- First Language
- English
- Primarily Uses
I am trying to change the mp/tp cost of skills based on the class using yanfly skill core. How do I check for the class of the actor using the skill.
example
looking for correct syntax
example
Code:
<Custom MP Cost>
if(class==mage){
cost = 2
}
</Custom MP Cost>

