Okay, I am probably just not seeing the solution but I don’t know what Episode wants me tho do its saying
“You cannot use a director command (starting with @) here.”
label making_female
FEMALE PROTAGONIST CC {
@FEMALEPROTAGONIST enters from left to screen center
NARRATOR
So… what’s your name?
label first_name_input
input What’s Your First Name?|What’s Your First Name?|Done(NAME)
if (NAME is “”) {
NARRATOR
You do need a name.
goto first_name_input
} else {
continue
}