I want to add an in game tutorial that can be accessed from the menu bar. How is this done?
And how do you add a save game option to the menu bar as well.
In the application properties, under the window tab, there's a button that says "edit" under the menu section. Use that to add extra options. Also remember to put an ampersand ( & ) before the letter that you want to be the hotkey.
Then, under the special object (preferably in the application's global events. Find those in the application properties), select Application menu >> Has option been selected. Select the tutorial button you added and program a jump to the tutorial frame.