I was wondering if anyone could help with a little Game Maker Studio thing that I'm stuck with..
I'm working on a tower defense game and I want to make a room dedicated to being a game over screen and having it show the wave you just achieved, (One day planning to have show you highest wave and current wave) but I'm a bit stuck as to how to save the variable and have it show up in another room. I don't understand how the 'persistant' feature works, Whenever i'm opening a new room it runs the 'create' event again so everything goes to 0.. Is there some way I can save a number and NOT overwrite it in a create event by mistake in the next room? And then run a draw string line to show it on the screen?
I feel like it should be 'simple' and I'm just missing something obvious.
Thanks to anyone that can help in advance