Hi!
Our game uses LucasArts-style character speech with a Sierra-style narration box (called with 'Display'). We can get voices working on everything, but with the narrator, the user still has to click to make the text box disappear.
How do we set the Display text to disappear when the voice clip ends?
To make display text disappear like normal say text..
Add to Game Start in Global
game.skip_display = 0;
That's the one!
Works perfectly now. Thanks!