How can i start a level by calling it from the menu?
For now i've included the code of the level (include <lvl1>) in the script of the menu and i call it with a level load, it works, but it start also all the action and function in the menu and when the level start i have some problem.
However when i call the menu when i finish the level the game crash with: can't load in the same frame: level
Someone can explane me a way to do it without modify all the level script?
Thx for the help.