I need some help! I’m making the stat chart and there are som problems. I’m making a romance game so i want it to be possible to see the percent for each spouse for example
*stat_chart
percent Ethren
(Ethren is the name for one of the spouses)
but i get a message saying Non-existent variable “ethren”
i have tried another way like this:
*stat_chart
percent “Ethren”
And the same thing happend.
So pleas i need some help!
*edit
Please note you should not use capitals as this can cause you a great deal of grief. Also make sure you have the var setup on the startup.txt Hope this helps.
Yep. Just to be clear, cause this catches a lot of people out: you create stats in startup.txt, not choicescript_stats.txt. The latter is the stats display file, determining what shows up when readers click the Stats button. You can create plenty more stats than just the ones you display.
Good that you wrote that! because it was hard to understand how you should do in the begining and i think it’s more people than me who needs help with it