Please what’s is going on
Try removing the } before START_OVERLAY
I’m too lazy to actually analyze ![]()
Do you know someone who can ![]()
Check your line 74 downwards.
I have done it
still the same thing
Where it says “Do you wanna skip the chapter Yes/No”, your choice for no is where?
Try using this and replacing it with your words.
label menu
tappable
“START_OVERLAY” {
goto start
} “SKIP_OVERLAY” {
NARR
Do you wanna skip?
choice “Yes” {
NARR
Are you sure you want to skip?
choice “Yes” {
goto end
} “No” {
goto menu
}
} “No” {
goto menu
}
}
Hold on please
Are your overlays in the scene
Yes
Maybe remove the spaces ugh
Orrr you can have another label named skip
what am i sayinnnn
I think I’m getting it now
Idk maybe
label MENU
INSERT SCENE INFO BELOW MENU LABEL
tappable
“START OVERLAY” {
goto START
} “SKIP OVERLAY” {
NARR
Are you sure you want to skip?
choice “Yes” {
goto SKIP
} “No” {
goto MENU
}
}
Try this?



