Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Ewery1 on Mon 30/12/2013 23:07:18

Title: Playing Sound in a Dialog
Post by: Ewery1 on Mon 30/12/2013 23:07:18
Hello everyone, this is a rather simple question. Anyone know how to play a sound in a dialog?
Title: Re: Playing Sound in a Dialog
Post by: Khris on Mon 30/12/2013 23:24:14
You can use standard script commands in dialogs by indenting them by at least one space.
Just use
Code (ags) Select
aSound.Play();
Title: Re: Playing Sound in a Dialog
Post by: Ewery1 on Tue 31/12/2013 02:49:15
Quote from: Khris on Mon 30/12/2013 23:24:14
You can use standard script commands in dialogs by indenting them by at least one space.
Just use
Code (ags) Select
aSound.Play();

Oh okay, thanks! You seem to like to reply to all of my questions :-D