Help with return to menu

I need help, if you hit a score of over 35 and die the menu wont pop up
I gave you a Devcode to make things easier for you
When you start the round press :up_arrow: :down_arrow: :down_arrow: :up_arrow: :a_button_blood_type: :b_button_blood_type:

once you have a score of 35 do :up_arrow: :down_arrow: :down_arrow: :up_arrow: :b_button_blood_type: :a_button_blood_type:

2 Likes

@NotRichard

I think you could’ve posted this in the missile battleground topic, and not make a new topic

It’s easier for people like me to find if it’s got the help tag.

I’ll take a look when I get to better internet, maybe in an hour or so

@richard pls help

this is because you’re pausing in the “on score 10” event. wrap that code in a separately do to prevent it.

beware, though, the “on score” event triggers when you go past the score in either direction, so when you reset the score to 0, it’s going to trigger a second time. you might want to set some boolean to remember if it was already triggered or not