Show stats button

Hi guys!

Random request, but does anyone know if it’s possible to change the “Show stats” button to say something else other than “Show stats?” I’m working on a game that would require a page that keeps track of everything the player has learned and done throughout the game, but I wouldn’t call them “stats,” so if there’s a way to change what that buttons says to something like “Show info” or “Show clues,” that’d be really helpful :slight_smile:

There used to be a way but since CS has updated over the years it will need a little reworking.

Hmm… That looks complicated. Maybe I should leave it as it is. :stuck_out_tongue:

The official way is to just provide a choice inside the stats screen to navigate to different sections.

*choice
      #Stats
           *goto ...
      #Relationships
           *goto ...
      #Quests
           *goto ...

Etc.

1 Like