How to divide stats page in different categories? (choicescript_stats.txt)

I want to make a stats page divided in categories, but without having to use different pages for that (like in Choice of the Vampire). I want to make something like titles and subtitles.
Something like:

-Relatioships-
bladyblah
bladybah
bladyblah

-Inventory-
first thingie
second thingie
third thingie

The way I’ve put it was this:

*stat_chart
text Name
opposed_pair Courage
Cowardice
opposed_pair Individualism
Communalism
opposed_pair Bold
Clever

*line_break
Relationships
*stat_chart
*if Amari = “true”
percent Amari_Relationship
*if Briggs = “true”
percent Briggs_Relationship

*line_break
Inventory
*if Jumpsuit = “true”
Jumpsuit,
*if Combat_Helmet = “true”
Combat Helmet,
*if Crowbar = “true”
Crowbar,
*if Goggles = “true”
Goggles,

Will it work?

Well, it’ll work. I don’t see anything wrong with it.

FYI, you can use the </> button to turn your text preformatted, allowing multiple spaces to be shown on your topic or your comments.

Thank you! I’ll keep that in mind.

1 Like

Yes it will work
And
Please mark this thread solved if your problem is solved