Search found 1 match
- Tue Jul 25, 2023 6:08 am
- Forum: Dialogue System for Unity
- Topic: Set value for a Variable of a Dialogue before Start it.
- Replies: 1
- Views: 129
Set value for a Variable of a Dialogue before Start it.
I have a prefab UI, it contains a Dialogue. This Dialogue has a "Coin" Variable. And a condition on the converstation need to use it. My Player kills enemy and collect coin. I am using 'DialogueTriggerSystem' to change 'Coin' value. But when player meet NPC and open the Dialogue. Even play...