Hi,
Is it possible, at runtime, to toggle this setting on/off - i have some extended dialogue, where I want the flow of speech to move quickly between 3 NPC characters, without the player needing to click to advance each line.
I have this setting ON for the majority of my game (so players never miss a funny line and must click), but in this particular conversation I want to turn it off for a bit, so I can show faster pace chatter between 3 NPCs.
I hope this makes sense.
Cheers
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The majority of Manager fields can be set at runtime through script - see this tutorial.
However, you could also approach this situation with a Timeline that runs AC Speech tracks.
That's great, thanks Chris