Yes I think I did, sorry😓
Thank you so much💕
It’s okay.
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
Thank you. I believe the problem should be solved(hopefully).
Talk about teamwork! A huge thanks to @Danielle318 @Dara.Amarie @Phoenix_11037 @amberose for all the help
Marked as solved by thread Op @Danielle318