now I have finished a game...it has two different endings.
so how do I make the game end after a cutscene?
you could pop up the quit dialog... :)
If you want the game to end immediately after the cutscene ends add
QuitGame(0);
after your cutscene's script.
if you want the quit dialog to appear just exchange that 0 with a 1.
ok, thanks a lot =D