MC CC error {NEED HELP!}

Yes I think I did, sorry😓

1 Like

Thank you so much💕

1 Like

It’s okay.

1 Like

label choose_gender

NARRATOR
Who do you want to play as?

choice
“Female” {

NARRATOR
Are you sure you want to play as a female?

choice
“Yes!” {
gain MC_female
goto female_story_branch
} “No” {
goto choose_gender
}

} “Male” {

NARRATOR
Are you sure you want to play as a male?

choice
“Yes!” {
gain MC_male
goto male_story_branch
} “No” {
goto choose_gender
}
}

label female_story_branch

@CHRISTIAN faces left THEN CHRISTIAN walks to spot 1.280 -72 32 AND CHRISTIAN does it while walk_sad_loop

NARRATOR
Would you like to customize Christina?

choice
“Yes!” {
} “No, thanks.” {
goto after_cc_female
}

#CUSTOMIZATION TEMPLATE HERE FOR FEMALE

label after_cc_female

#continue story here

goto end_chapter

label male_story_branch

@CHRISTINA faces right THEN CHRISTINA walks to spot 1.280 69 -4 AND CHRISTINA does it while walk_sad_loop
@pause for 1

NARRATOR
Would you like to customize Christian?

choice
“Yes!” {
} “No, thanks.” {
goto after_cc_male
}

#CUSTOMIZATION TEMPLATE HERE FOR MALE

label after_cc_male

#continue story here

goto end_chapter

label end_chapter
#END OF EPISODE GOES HERE

1 Like

Thank you. I believe the problem should be solved(hopefully).

Talk about teamwork! :astonished: A huge thanks to @Danielle318 @Dara.Amarie @Phoenix_11037 @amberose for all the help :smiley: Marked as solved by thread Op @Danielle318 :yay: