Hello everyone, this is a rather simple question. Anyone know how to play a sound in a dialog?
You can use standard script commands in dialogs by indenting them by at least one space.
Just use
aSound.Play();
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
aSound.Play();
Oh okay, thanks! You seem to like to reply to all of my questions :-D