It's quite simple really:
new game: Player.changeroom(2,160,160);<-----just change rooms to the room where your game begins.
Load game: This kinda depends on wether you use the default save/load system or that you have your own gui. I'll just assume you have the default one: RestoreGameDialog();
Quit game: Quitgame(1); <---- the 1 states that a window pops up to ask you if you really want to quit. If you want to make the game quit at once just use a 0.
This should do for a basic start up screen. If you want some more fancy stuff, just aks!
new game: Player.changeroom(2,160,160);<-----just change rooms to the room where your game begins.
Load game: This kinda depends on wether you use the default save/load system or that you have your own gui. I'll just assume you have the default one: RestoreGameDialog();
Quit game: Quitgame(1); <---- the 1 states that a window pops up to ask you if you really want to quit. If you want to make the game quit at once just use a 0.
This should do for a basic start up screen. If you want some more fancy stuff, just aks!