Hello, i'm new to AGS so this will be my first game but I am having some problems with scripting. I want to make a conversation in a cutscene before something else happens. I have put the dialog.start at the begining of the script and then put stuff I want to happen after it, but everything else happens before the dialog shows up. Is there a way to tell AGS to wait for something before it continues with the script?
I have tried using the Wait() after the dialog.start command but it still does the wait first then everything else and then finally the dialog starts
. There has to be an easy solution to this but I can't for the life of me figure it out and im just getting frustrated. Any help would be appreciated.
I have tried using the Wait() after the dialog.start command but it still does the wait first then everything else and then finally the dialog starts
