Hey, I’m still kind of a noob, so any advice would be appreciated! I’m trying to work out something like a novice to master leveling for skills, but when testing it says that “Non-existing variable cha_text”. My code looks like this (only the relevant parts, lol):
*temp cha_text
*if charisma <= 20
*set cha_text "Novice"
*goto chart
*if (charisma > 20) and (charisma <= 40)
*set cha_text "Apprentice"
*goto chart
*if (charisma > 40) and (charisma <= 60)
*set cha_text "Adept"
*goto chart
*if (charisma > 60) and (charisma <= 80)
*set cha_text "Expert"
*goto chart
*if (charisma > 80) and (charisma <=100)
*set cha_text "Master"
*label chart
*stat_chart
text Name
text gender_text Gender
Skills
*stat_chart
text cha_text Charisma