Help with labeling

why can’t i label inside of an if/elif/else bracket??

I’m not completely sure what you mean. Can you post a screenshot of the issue?

1 Like

Does the label story_start4 exist elsewhere?

1 Like

nope. the label that’s not working is the “label club_outfit”

Try moving the choice to change into something else or to continue down. Code each outfit choice back to back and then putting the choice to decide. It’ll look like this:

Label club_outfit
KAI (think_rubchin)
(What should I wear to the club?)

Choice
“Pink Baddie”{
@KAI is dustoff_neutral_loop
@KAI changes into Pink Baddie
@KAI is flirt_wink_atcamera
}
“The Marilyn Monroe”{
@KAI is dustoff_neutral_loop
@KAI changes into The Marilyn Monroe
@KAI is flirt_wink_atcamera
}
“Edgy Red”{
@KAI is dustoff_neutral_loop
@KAI changes into Edgy Red
@KAI is flirt_wink_atcamera
}

KAI (think_rubchin)
(Do I wear this?)

Choice
“Yes, I look perfect!”{
goto story_start4
}
“No, I have to change something.”{
goto club_outfit
}

My story doesn’t let me put labels in if/else statements either. And I need to considering the branching I am including on whether or not you want a female love interest and I want a scene on where you do the questions and answers choices.