How to fix this 🙄🙈

Can someone help why is it doing this :sob:

remove the label;
“female_custom_3”

I’ve tried this and then it tells me to remove them all… so I did… and then the template complete stopped working :roll_eyes: to the point I had to delete and redo all again and now is telling me the same thing. X

Oh, I see, put the customization outside the choice brackets.
In the choice brackets put in “goto female_custom_3”

Wouldn’t that make
“Female custom_3” my choice that they have to pick… Im so confused

You can’t have labels within choices, only goto’s

So you’ll have to do something like for example:

NARRATOR
Would you like to customise?

choice
“Yes”{
Goto customisation
}
“No”{
Goto continue_story
}

label customisation
template goes here

label continue_story
continue story here

This has actually worked so far so thankyou…
But now it’s saying there’s something wrong with the second choice since I changed them all to “goto” :roll_eyes:

I’m trying to do a choice weather they want to Customise there character or keep her the same as I’ve created her…

1 Like

You have an } instead of { after “keep character” on line 1532 , just below the error line

I’ve changed it and it’s still saying the same thing. :see_no_evil::see_no_evil:

1 Like

Can you click on line 1518 , and see if it has an opening bracket and where
Sorry I don’t know whats the problem :sweat_smile::sneezing_face:

Maybe get rid of the bracket on line 1518 :thinking:

I’ve tried that :roll_eyes::sob:

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

1 Like

INT. INTRO
@overlay START create from TAPPABLE RED BRACKET AND overlay START shifts to 77 238 AND overlay START scales to 0.502 0.502
@overlay PRVEIOUSLY create from TAPPABLE RED BRACKET AND overlay PRVEIOUSLY shifts to 64 167 AND overlay PRVEIOUSLY scales to 0.532 0.532
@overlay CUSTOMIZATION create from TAPPABLE RED BRACKET AND overlay CUSTOMIZATION shifts to 64 102 AND overlay CUSTOMIZATION scales to 0.550 0.550
@speechbubble is 159 288 to 100%
@pause for 1

label GAME_MENU

tappable
“START” {

goto START
}
“PREVIOUSLY” {

goto PREVIOUSLY
}
label female_custom_1
“CUSTOMIZATION” {

So I have huge problem with this. It shows me a unexpected STRING on the last line. Can you help me??

1 Like

Iv sorted it now thank you :heart:

1 Like

I would help if I could it’s just I’m new to this sorry :kiss::heart:

1 Like

no worries, I fixed it!

1 Like

That’s the spirit :yum:

You can tag our admin @Nick and ask him to close the topic! :smiley:

1 Like