Search found 2 matches
- Wed May 12, 2021 8:40 pm
- Forum: Dialogue System for Unity
- Topic: Race condition for SetVariable and Sequencer.Message
- Replies: 3
- Views: 135
Re: Race condition for SetVariable and Sequencer.Message
That worked! Thank you!
- Wed May 12, 2021 11:16 am
- Forum: Dialogue System for Unity
- Topic: Race condition for SetVariable and Sequencer.Message
- Replies: 3
- Views: 135
Race condition for SetVariable and Sequencer.Message
Hi, I want to have a system where: 1. Conversation for player and NPC to negotiate for an item 2. Player has to key in a price 3. Conversation continues depending on whether it is too low/high I have a Continue()@Message(NegotiationContinue) This will then check against two nodes using a Success boo...