Statscreen Help

I’ve got my code like this:
*create Close_Combat 0
*create Battlefield_Tactics 0
Cause choice script doesn’t allow spaces.
How do I get it to not have the _ on the stats screen?
ChoiceScript_IDE_0QoNfgswD8
I just want it to say “Close Combat: 0%” “Battlefield Tactics: 0%”

in the stat screen itself where you have you
*percent close_combat just write
*percent close_combat Close Combat

basically whatever you put after declare your text or percent stat is the name Player can see . I recommend you not declare a stat in capitals could give false errors.

3 Likes