So I want to make a separate stat screen where it has just information about terms, but I have no idea how to do that.
Currently, I have the stat screen made, but I want to add the term screen because my game has terms & titles that aren’t something we know.
Can someone teach me how to do that?
I would just add a choice at the bottom of the stat screen.
*choice
#More info
*goto info
*label info
More info
*finish
Of course if you are only going to have the one extra screen you could go.
*page_break More info
More info
*finish
1 Like
Thanks! From this, I also figured out how to return to the main stat screen.
2 Likes