I'm using the text object's "write text" action to make dialog text appear one character at a time. It works fine except that when the text is being displayed I also want to set the game's timeScale to 0 to pause everything else that's going on. But, this also pauses the "write text" action.
Is there a way to make the text object's "write text" action over-ride the game's timeScale?
Thanks.