Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Sat 21/02/2004 15:38:41

Title: Suggestion: Run Dialog in Background
Post by: on Sat 21/02/2004 15:38:41
I'd like a way to run dialogs with no dialog options in the background. Basically, this would run all speech in the Dialog as DisplaySpeechBackground. This would be very convenient, as I could run lengthy conversations in the background without typing a zillion different DisplaySpeechBackground, SetTimer, and if (IsTimerExpired) commands.