I want to complete the quest by changing the boolean value when the button is pressed., but I can't find a way to use the UI button to set variables.
I hope I can get an answer, thanks!
How to use the button tot set variables?
Re: How to use the button tot set variables?
Hi,
If you want to use a UI Button to set a Dialogue System variable, you can connect the UI Button's OnClick() event to a Dialogue System Trigger:
If you want to use a UI Button to set a Dialogue System variable, you can connect the UI Button's OnClick() event to a Dialogue System Trigger:
Re: How to use the button tot set variables?
Glad to help!