Hey can anyone. Make me a menu with template

Please

What do you mean by “a free menu”?

Like the were you can tap to start to end the chapter or to change your character

Do you need someone to make the buttons or just the code?

Both

I think I can help you out.
So for the buttons:
What color?
How many buttons?
How do you want them positioned on the screen?
What do the button say?
If you click on a button, what do they lead to?

So for the buttons can you make them aesthetic and I want them to say start story change character and end story

Okay. Do you have a color you want the buttons and what font you want them in?

Can the Color be light blue it can be any front no cursive

Sure thing. i’ll need 3-4 hours to do everything.

Ok no rush

Here you. Let me know if you want to change the font or anything else:

Overlays

Name this one CHANGE
character1

Name this one END
end1

Name this one START
start1

Template

(background you want) with CHANGE to 1.000 53 228 in zone 1 with END to 1.000 58 97 in zone 1 with START to 1.000 49 360 in zone 1
@overlay START opacity 1
@overlay CHANGE opacity 1
@overlay END opacity 1

label menu
tappable
“START” {
goto start_story

}
“CHANGE” {
label change_character
#enter your template here

    NARRATOR
Are you finished customizing?

choice “Yes, I’m done” {
goto menu

} “No” {
goto change_character
}

}
“END” {
NARRATOR
Are you sure you want to skip this chapter?

choice
“Yes, skip” {
goto end_story
}
“No, don’t skip” {
goto menu
}
}
label start_story
@pause for 1

#START YOUR STORY HERE

#PUT THIS at THE END OF YOUR STORY
label end_story
@pause for 1

I love it

1 Like

It does not work :woman_shrugging:

Someone else already linked it, but I have a tappable menu template made.

It has the buttons and the script template for you

Thanks :blush:

it does not work

It should. What error is coming up?

When I tap on it does nothing