Multiple Stat Charts issue

Hello, its me again with another dumb question…So I was trying to make multiple stat screens and came up with this:

This is a stats screen!

*label chart
*choice
#Characters
text Gender

       text Name
	   
       text Surname 
	   
       text Background
#Stats
       percent Diplomacy
	   
       percent Strength
	   
       percent Intelligence 

It works that I can “go” to the characters and stats, but i just see the words and they don’t change when I want them to show “Female/Male” or “Blah name” or “Diplomat” background"…please help

You need to have *stat_chart as an effect of the choices. So *stat_chart would be the first effect of choosing those choices

Where would I do that so I don’t get an invalid indent? @Samuel_H_Young?

@BraveMustang


#Characters
     \*stat_chart
</pre

Would it be like this? @Samuel_H_Young

*choice
#Characters
*stat_chart
text Gender

              text Name
	   
              text Surname 
	   
              text Background

edit* what is the </pre?

@BraveMustang
Exactly! The pre makes the yellow box around the code.

Whenever I try this I usually get a “Tabs and Spaces appear on the same line” for line 7 which is the text gender…I only used spaces so I don’t know… @Samuel_H_Young

This is a stats screen!

*label chart
*choice
#Characters
*stat_chart
text Gender

       text Name
	  
       text Surname 
	   
       text Background

</pre

I’d just go back and re-indent it. Btw, put the code between this
pre
/pre

But the pre’s are inskde of this: <>
Or the code doesn’t keep the indents.

I’m sorry, but I’m still having issues with that line 7 even after re-doing indenting


This is a stats screen!

*label chart
*choice
    #Characters
        *stat_chart
            text Gender	
		   
            text Name
		  
            text Surname 
		   
            text Background

*edit, I have it now…the file didnt want the spaces between Gender and Name…Thanks for your help though @Samuel_H_Young

It looks fine to me. Which line is line 7?