I need help for stats screen urgently!

Hey, could anyone help me to code my stats screen?
Just fix this up.

[b]WELCOME TO THE AGENCY CONSOLE.[\b]
HERE YOU WILL FIND INFORMATION ABOUT YOURSELF.
ALL INFORMATION IS EXTREMELY CONFIDENTIAL AND SHOULD NOT BE DISCLOSED TO ANYONE.

Skills:
*stat_chart
_text Firstname First Name
_text Surname
_text Nickname Codename
_text Gender
_text Health
_text Wealth
_percent Stealth
_percent Strength
_percent Intelligence
_percent Ranged Ranged Combat
_percent Melee Melee Combat
_percent Charm

Relationships:
*stat_chart
_percent RelFriend Assistant

Are you sure you’re supposed to underscore before each statistic?

I read that from here: Tutorial

Your link is jacked up (or my internet connection is). But you need to delete the underscores and put a tab instead. So it’s

*stat_chart
    text Firstname First Name
    text Surname 
    text Nickname Codename

And so on

For me, everything looks fine just like @ysalmari said. The underscore should be wrong. Just exchange them for spaces/tabs. Then it should work.

1 Like

I think whoever wrote that is just indicating that there needs to be an indent, not that you type anything before “text” or “percent”.

1 Like

Thanks a lot. It worked!

Yep, whoever wrote the tutorial was using underscore to represent an indent:

All of ChoiceScript is based on indents. You can use either the spacebar or the tab button to create indents, but whichever you use must be consistent. You can even use multiple indents to represent a single indent (e.g. press spacebar twice to signal a single indent) but once again, this must be applied consistently. For readability within this guide, indents will be represented by a gray underscore ( _ ).