Hi all!
I'm wondering if there's something I'm missing. I have a conversation that toggles off options once you click on them. But I want to toggle them all back on next time the user clicks on the conversation so they can go through the options again. Sort of like an aid for the easily distracted like me. So far I can only do that by toggling each option back on one by one. Is there an easier way to "reset" the conversation?
Thank you a lot!!!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Add this to the Conversation script:
(I'll add this or something similar to the official release)
You can then use the Object: Call event or Object: Send message Actions to trigger it.
Perfect. Thank you, Chris.
Sorry to Necro this thread Chris - wondering please if something like 'Reset Conversation' Action or similar was ever added to an official release?
The Conversation's RestoreStartingState function can be called to restore each option to its original state.
Super, thanks Chris. For future me and anyone else who didn't know this, Functions can be called in ActionLists using the 'Object > Call Event' Action, and without using a script. Only recently discovered this: