Template customization help needed

Error 1:
image
Coding used:
INT.PAYBACK
NARRATOR
Who do you want to play as?

choice
“Male” {
gain MC_male
goto male_story
} “Female” {
gain MC_female
goto female_story
}

Error 2:
image
image
Coding used:
EXT. ROAD - DAY SHARA.STORIES with CAR ANGLE SILVER
@cut to zone 1
NARRATOR
Growing up, we change for the better or worse.

goto end_story

label female_story

label female_custom1
@FEMYOU stands screen center and FEMYOU faces right and FEMYOU starts idle

    NARRATOR
What do you look like?

Moved to Directing Helps and Tips as it involves coding/scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

1 Like

Put a @pause for 0 between these 2 codes.

1 Like

Thank you :slight_smile:

1 Like

For episodes after?
Where do you put coding for female character or male character or do you put it after gotomale_story and goto_femalestory

if (MC_male) {
goto male_story
} else {
goto female_story

}

label male_story
EXT. SCHOOL PARKING LOT NATALIA.EPISODE

label female_story
EXT. SCHOOL PARKING LOT NATALIA.EPISODE

The male story goes after the label male_story, and the female story goes after the label female_story

The “for episodes after 1” is used for chapters 2 and up. This part doesn’t go in episode 1

1 Like

image

You need to continue your story.

1 Like

Okay