Can Someone tell me what wrong

Between label picking_outfit and the word choice
Place the dialogue for Cody (lines 326 and 327) there instead and move line 324 to line 327

Choice format:

label picking_outfits
NARRATOR
What do I wear?
choice
“Option 1”{
@CHARACTER changes into outfit_name1
goto picking_outfits1
}”Option 2”{
@CHARACTER changes into outfit_name2
goto picking_outfits1
}
@pause for a beat
label picking_outfits1
NARRATOR
Do you wanna wear this?
choice
”Yes!”{
goto continue_story
}”No!”{
goto picking_outfits
}
label continue_story

1 Like

watch out with such random comment which is not related to the topic - this is seen as offtopic nad you could be flagged because of it.

If you look for a general chat regarding episode go to:
https://forums.episodeinteractive.com/c/community/fan-community/16

This section is for help with directing only. :wink:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.