- Joined
- Jan 23, 2022
- Messages
- 9
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMMZ
Hello fellow RPG Makers!
I'm trying to find a way to have a skill's description be different depending on which actor we're looking at.
For example, when looking at Reid's skills, the description for Heal would contain '\V[101]', but when looking at Joe's skills, the description for Heal would contain '\V[201]'.
Objective:
I've made a skill point system where using a skill adds 1 to the skill point variable of the actor who used it, so after X many uses the actor learns the skill. Works fine, except I can't find a way to display this information to the player.
Example desired outcome:
Reid's Heal description:
'Heals one ally.
Skill Points: \V[101] / \V[1]'
Joe's Heal description:
'Heals one ally.
Skill Points: \V[201] / \V[1]'
Where V[101] is Reid's skill points for Heal, V[201] is Joe's skill points for Heal, and V[1] is the required skill points to learn Heal.
If there were a way to put a formula in a skill description, that would do it, but I haven't found a way to do so.
Thank you in advance for any help you can offer! Thanks!
I'm trying to find a way to have a skill's description be different depending on which actor we're looking at.
For example, when looking at Reid's skills, the description for Heal would contain '\V[101]', but when looking at Joe's skills, the description for Heal would contain '\V[201]'.
Objective:
I've made a skill point system where using a skill adds 1 to the skill point variable of the actor who used it, so after X many uses the actor learns the skill. Works fine, except I can't find a way to display this information to the player.
Example desired outcome:
Reid's Heal description:
'Heals one ally.
Skill Points: \V[101] / \V[1]'
Joe's Heal description:
'Heals one ally.
Skill Points: \V[201] / \V[1]'
Where V[101] is Reid's skill points for Heal, V[201] is Joe's skill points for Heal, and V[1] is the required skill points to learn Heal.
If there were a way to put a formula in a skill description, that would do it, but I haven't found a way to do so.
Thank you in advance for any help you can offer! Thanks!