Does anybody know how to hide stats screen options until needed please?

Okay so I have this problem! I can do THIS just fine in my stats screen menu I made:

*fake_choice
  *if erindna
    #Sister. Erin.
      *goto statspage
  *if not(erindna)
    #Form1
      *goto statspage
  *if silverdna
    #Silver. Border collie.
      *goto statspage
  *if not(silverdna)
    #Form2
      *goto statspage
  *if oliverdna
    #Dad. Oliver.
      *goto statspage
  *if not(oliverdna)
    #Form3
      *goto statspage

So you get a list of each shapeshifter form you have so far, and if you don’t have them it does the “Form(number)” option. BUT!!!

But does anybody know a way to do it to where it won’t show up AT ALL until you set the variable for each one? Or do I just have to be content with it showing a whole list of “Form 1-3” when it’s false?

A post was merged into an existing topic: Hiding stats in stat sheet