Making the event repeat after choice

Hello all! What I’m trying to do, is make it so when choosing an option in a menu, if it’s not the right one, it’ll say something, and bring the menu back up. I was wondering if there’s any good way to go about this!

1 Like

Put a LABEL before calling the menu, then if it’s determined that an invalid choice was picked, jump back to that label so the menu repeats. Also, erase the background before calling the menu, otherwise it will eventually garble the menu.

2 Likes

Oh, weird. I tried that before, but only got it to work now. Thanks for confirming!

1 Like