How do i display text for a certain period of time whilst animations and sound is still running?
I've seen modules that do this but they all tie the text to a character. i need to display the text at a certain point on the screen as a narration.
Any help would be nice :)
Nevermind,
I'm using SSH's module but i cant get the messages to queue... it plays the first fine and then just stops
???
You actually can display a text at a certain point on the screen using a character. Just make an invisible dummy character and place him somewhere.
Ok i figured it out.
The module wont continue onto the next queued message if the 'message' var isnt passed.
If you just pass an @ marker to it it will stay on that message indefinately.
This means you cant use both the sound playing function AND the subtitle function without using the message function. (for narration for example)
EDIT: Nevermind, I figured that out too. Just append the qDelay function to your @# marker