Can someone help why is it doing this
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 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 herelabel 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โ
Iโm trying to do a choice weather they want to Customise there character or keep her the same as Iโve created herโฆ
You have an } instead of { after โkeep characterโ on line 1532 , just below the error line
Can you click on line 1518 , and see if it has an opening bracket and where
Sorry I donโt know whats the problem
Maybe get rid of the bracket on line 1518
Iโve tried that
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.
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??
Iv sorted it now thank you
I would help if I could itโs just Iโm new to this sorry
no worries, I fixed it!
Thatโs the spirit