I just recently just started learning how to use this, so I don’t know exactly what I’m doing wrong. Thanks in advance.
The error I’m getting is startup line 48: invalid indent, expected at least one line in ‘if’ true block.
My code looks like this:
*choice
#Alexandros
*set name "Alexandros"
*goto next
#Dionysius
*set name "Dionysius"
*goto next
#Philip
*set name "Philip"
*goto next
#Demetrius
*set name "Demetrius"
*goto next
#None of these
*goto custom_name
*if gender = "female"
*choice
#Alexandra
*set name "Alexandra"
*goto next
#Penelope
*set name "Penelope"
*goto next
#Phoebe
*set name "Phoebe"
*goto next
#Cassia
*set name "Cassia"
*goto next
#None of these
*goto custom_name
*label custom_name
*input_text name
*goto next