- Joined
- Oct 12, 2013
- Messages
- 44
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- N/A
http://yanflychannel.wordpress.com/rmvxa/gameplay-scripts/skill-cost-manager/
Yanfly's Skill Cost Manager uses a tag <custom cost: |string|> which displays the new string as the cost.
I have a skill whose cost is dependent on character's level: self.level * 3
If I type that in the cost string, it will display as the algorithm itself "self.level * 3" and not the result (an integer).
How can I make it show the value of self.level * 3?
Yanfly's Skill Cost Manager uses a tag <custom cost: |string|> which displays the new string as the cost.
I have a skill whose cost is dependent on character's level: self.level * 3
If I type that in the cost string, it will display as the algorithm itself "self.level * 3" and not the result (an integer).
How can I make it show the value of self.level * 3?

