Page 1 of 1
Conversation change and repeat
Posted: Sat Sep 24, 2022 7:20 am
by robster21
I want to show different Conversations depending on the number of the clicks,
and if I clicked more than N+ times already, the last Conversation repeats from the next click.
What should I do?
Like this:
Re: Conversation change and repeat
Posted: Sat Sep 24, 2022 8:52 am
by Tony Li
Hi,
Please see
How To: Run a Conversation Only Once, in particular the second post. (But read the first post first to establish context.)
Re: Conversation change and repeat
Posted: Sat Sep 24, 2022 10:41 am
by robster21
What should I do when there are many game objects?
Is there a way not to make a variable for each Conversation?
Re: Conversation change and repeat
Posted: Sat Sep 24, 2022 11:30 am
by Tony Li
Yes, you can use
SimStatus.
The choice is up to you. Using SimStatus means you don't have to use variables. But using variables makes it easier to check and see variable values in the Dialogue Editor window's Watches tab or the Variable Viewer window.
Re: Conversation change and repeat
Posted: Sun Sep 25, 2022 10:22 pm
by robster21
Oh, thank you! The sim status is easy to use for me.
Re: Conversation change and repeat
Posted: Sun Sep 25, 2022 10:57 pm
by Tony Li
Glad to help!