How to Send Conversations to Different UI
Re: How to Send Conversations to Different UI
You got it. I'll try to have something ready today, or tomorrow at the latest.
Re: How to Send Conversations to Different UI
Hey Tony. Any luck?
Re: How to Send Conversations to Different UI
Hi,
Please give this a try: SwitchDialogueUI_2017-10-12.unitypackage
It adds a sequencer command "SwitchUI()" used like this:
Please give this a try: SwitchDialogueUI_2017-10-12.unitypackage
It adds a sequencer command "SwitchUI()" used like this:
- Sequence: SwitchUI(name)
Re: How to Send Conversations to Different UI
I think this will work! Thanks again. I'll let you know how it goes.
Re: How to Send Conversations to Different UI
Just wanted to let you know that this is working well. It's a LITTLE quirky when the change isn't happening after a player response, but we worked around it by putting the change command in a blank conversation node along with a Continue()@0.1. Thank you again for your help!
Re: How to Send Conversations to Different UI
Glad to help!