You have to start the function go_back_to_game_startup when the secret level is loaded. Something like:

level_load(testspill_wmb);
go_back_to_game();

Be sure to have the _startup removed in the function declaration and the function call, if you don't want to run the function at the very beginning of your game.


Always learn from history, to be sure you make the same mistakes again...