Goto START in capital letter?
tappable “START_OVERLAY” {
goto start
} “SKIP_OVERLAY” {
goto skip
}
label skip
NARR
Are you sure you wanna skip
choice “Yes” {
goto end
} “No” {
goto menu
}
Here’s what i mean by having another label for skip
I just cap’d it to make them stand out-- write them out however you’ve labeled them ![]()
Here’s a great website that’ll be able to explain things better than I can:
https://www.dara-amarie.com/tappable-overlays
Great website for templates, guides, tips/tricks and general code info. ![]()
I have gotten it
So how do I make the start scene to play ?
With your label
Under your code, you should have something like
label start
Your chapter goes here
What about skip ?
I’ve written the code for that.
tappable “START_OVERLAY” {
goto start
} “SKIP_OVERLAY” {
goto skip
}
label skip
NARR
Are you sure you wanna skip
choice “Yes” {
goto end
} “No” {
goto menu
}
label start
(Your entire chapter goes here)
label end
(Whatever happens after the chapter has ended goes here)
where should i place the label end?
at the last part of my script?
Yeah. End your chapter the way you normally do. For example let’s say your chapter ends with
INT. BACKGROUND
NARR
Thanks for reading
Blah blah blah
Support me blah blah
@transition fade out black
On the next line I would have
label end
INT. BACKGROUND
(Then I’ll write what happens after chapter ends again)
NARR
Thanks for reading
Blah blah blah
Support me blah blah
@transition fade out black
Omg thank you so much
It worked
Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.