Adding other buttons like Stats

So I’m considering having buttons that can link to other helpful text in the way of a Stats screen, like for example some lore about my world, giving the player the chance to optionally read up on things at any time. How would I go about something like that?

There isn’t a way to add other buttons. However, lots of people (including myself) put that sort of information in the stats screen. Try looking at Empyrean for a recent example of that.

2 Likes

In your startup file you create a label:

*label history (whatever)

In your stats file you write a boolean that that will lead you to the relationship/history/skills description labels and bring you back to the stats screen. I believe there are a couple code snippets on the forums that highlight this.

1 Like