So the start and skip button works but the customization button doesn’t like it won’t send you back to the main menu and I did put goto Main_Menu:neutral_face:
Refresh the Porter and try again?
Okay let me try
No it didn’t work😭
Can u send screen shot of the game menu part!
Processing: C25555BD-E73C-4785-8028-E9A767DDE492.jpeg… When I click on customize it goes to it but when I hit done it stays on the screen
Ohh sorry hold on
You missed the 1st label
Can you show us the very 1st screenshort of your menu script?
Yeah I can
There was supposed to be
goto xxxx
Before
Label Start_Epipsode
Add
goto Main_Menu
before
Label Start_Episode
hey check tis template and repeat with urs!
INT. SOLID BLACK
@overlay START create AND overlay START shifts to 48 313 AND overlay START scales to 0.786 0.786
@overlay START opacity 1
@overlay RECAP create AND overlay RECAP shifts to 50 240 AND overlay RECAP scales to 0.772 0.772
@overlay RECAP opacity 1
@overlay SKIP create AND overlay SKIP shifts to 46 157 AND overlay SKIP scales to 0.826 0.826
@overlay SKIP opacity 1
label GAME_MENU
INT. SOLID BLACK
@overlay START create AND overlay START shifts to 48 313 AND overlay START scales to 0.786 0.786
@overlay START opacity 1
@overlay RECAP create AND overlay RECAP shifts to 50 240 AND overlay RECAP scales to 0.772 0.772
@overlay RECAP opacity 1
@overlay SKIP create AND overlay SKIP shifts to 46 157 AND overlay SKIP scales to 0.826 0.826
@overlay SKIP opacity 1
tappable
“START”{
goto START
}“RECAP”{
goto RECAP
}“SKIP”{
goto SKIP
}
label RECAP
#Add your questions
NARR
Add Q&A.
goto GAME_MENU
label START
#Your episode starts from here
NARR
Start.
label SKIP
#The end of ur script
NARR
Are you sure you wanna skip?
choice
“YES”{
NARR
Alright!
}“No take me back”{
NARR
Fine.
goto GAME_MENU
}
That still doesn’t work
What does it shows?
I already had that😭
From what I can see you are missing this before
Label Start_episode