I'm new to the Dialogue system, so this could be seemingly easy, but I can't figure out how to simply hide the continue button until the full line of dialogue is displayed. I want this to happen with every line ever spoken, not just occassionally.
I found this thread on the forum, and at first the script version worked for me, but now it is throwing me errors.
This seems like something that should be common enough to almost be a built in feature. Could anyone assist?
Thanks!
Can't figure out continue button waiting
Re: Can't figure out continue button waiting
Hi,
Configure the typewriter's OnCharacter() event to set the continue button inactive, and OnEnd() to set it active:
That other thread discussed controlling the continue button with arbitrary events, which is a little more complicated, and not necessary for what you want to do.
Configure the typewriter's OnCharacter() event to set the continue button inactive, and OnEnd() to set it active:
That other thread discussed controlling the continue button with arbitrary events, which is a little more complicated, and not necessary for what you want to do.