Question about Game Menu

Hey Guys. does anyone know how I can make the reader choose to either go back and choose a different option, or end the game for a tappable Overlay?

Yes I do!! you use labels and gotos!

1 Like

In a script, can u write goto label “Overlay”? Or does it give you an error??

Unless you have a label called Overlay, that won’t work.

Ex.

label random_label

blah blah blah

script stuff

goto random_label

That will send it to the beginning. If you want to put it above a choice or overlay, you would need to have a label above it.

OK Thank you!!

1 Like

Yeah no problem!!

(By the way, you might want to hit reply or @ me, otherwise I don’t get a notification. I’m glad I checked my Unread on the bottom :joy:)