Hi much like many users, I am new to the ChoiceScript. After scrolling through many forums I couldn’t come across a fix for this issue so I’m posting it here.
I liked the idea from Choice of Robots how it would display a description next to wealth like so:
Wealth: 4 (Getting By)
Your Stats
*stat_chart
percent Leadership
percent Health
opposed_pair Sane
Mad
opposed_pair Strength
Weakness
opposed_pair Bravery
Cowardess
text "Unknown" Name
text "Unknown" Gender
text Intelligence
text Finesse
text Contempt
text Wealth Wealth : ${wealth} ${WealthTag}
text Renown
text "Who?" Known as
Unfortunately The above code instead makes it display this:
I just need to (re)move the additional number stat from “Wealth” that is shown.
Any help is much appreciated. Thank you in advance.
Your Stats
*stat_chart
percent Leadership
percent Health
opposed_pair Sane
Mad
opposed_pair Strength
Weakness
opposed_pair Bravery
Cowardess
text "Unknown" Name
text "Unknown" Gender
text Intelligence
text Finesse
text Contempt
text Renown
text "Who?" Known as
Wealth : ${Wealth} ${WealthTag}