Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: miguel on Mon 26/05/2003 16:34:51

Title: speech background talking view
Post by: miguel on Mon 26/05/2003 16:34:51
does the "displayspeechbackground" command shows talking views?
I have a timer that triggers some npc's to talk on the background, but they don't show their talking views!

Title: Re:speech background talking view
Post by: Privateer Puddin' on Mon 26/05/2003 21:13:09
as the manual states, no.
Title: Re:speech background talking view
Post by: miguel on Mon 26/05/2003 23:28:00
Similar to DisplaySpeech, except that this function returns immediately and the game continues while the character is talking. This allows you to have characters talking in the background while the player does other things. Note that the character's talking animation is not played if this function is used.

sorry, and thanks