Tappable menu script template

All you have to do is place the overlays using spot directing, and then make them tappable using tappable choices! Something like:

tappable
“START” {
goto story_start
} “Customisation” {
goto character_customisation
} “FAQ” {
goto frequently_asked
}

And then create the matching labels :relaxed:

2 Likes