
Hi I need some help. Kindly look into the image. As you can see at the end of every branch there is a different Feedback. I want to do 3 things:
1. Feedback should be displayed only if the "showFeedback" boolean is true in my custom script. How do I tell the dialogue manager to show/hide feedback node based on my boolean in the script?
2. Feedback should be shown on a completely different UI than the rest of the conversation.
3. Once the user has selected a branch and got feedback, that branch should get disabled (The reponse buttons should get set to interactable false) so that the next time this conversation is showed, the previously selected options are Greyed out/Uninteractable.
Sorry for the big set of problems. I am not sure how to achieve these. Please point me to the right direction. Thank you