Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Joey on Thu 27/03/2014 01:59:47

Title: Quit Game after dialog
Post by: Joey on Thu 27/03/2014 01:59:47
OK so I need help with making a way to quit the game after a dialog ends. So after the stop command in the dialog it executes the next line of code
Title: Re: Quit Game after dialog
Post by: Andail on Thu 27/03/2014 07:21:38
You can insert code just as usual in the dialog editor, you just need to indent with a space.

Thus:

stop
QuitGame ();