Hey so I’m incredibly new to using Choicescript and I’m having trouble with coding for multiple stat screens. I have tried looking around for answers and none have really helped me with figuring this out. If anyone could help me out a bit I would be incredibly thankful!
The error I’m getting is “choicescript_stats line 4: invalid indent, expected at least one row”
My code looks like this:
*stat_chart
*label main
text Name
text Age
text Personality
opposed_pair honor
cunning
*choice
#Relationships
*goto rel
#Skills
*goto skill
*label rel
[Relationship stats here]
*choice
#Personalality
*goto main
#Skill Explanations
*goto skill
*label skill
[b]Skills[/b]
percent Intelligence
*choice
#Main Chatacter Sheet
*goto main
#Relationships
*goto rel