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?