Search found 3 matches
- Wed Jan 29, 2025 1:43 pm
- Forum: Dialogue System for Unity
- Topic: Invoke SequenceEvent callbacks in script?
- Replies: 5
- Views: 1335
Re: Invoke SequenceEvent callbacks in script?
Hi Tony, sorry for the late reply! I just wanted to return to say this works perfectly and exactly as intended. Thanks so much for the advice and direction here - I was definitely tackling things from the same angle over and over so I appreciate the fresh look here.
- Thu Jan 16, 2025 12:01 pm
- Forum: Dialogue System for Unity
- Topic: Invoke SequenceEvent callbacks in script?
- Replies: 5
- Views: 1335
Re: Invoke SequenceEvent callbacks in script?
Hi Tony, thanks for the quick response! I had seen those options before, but wasn't sure they were what I needed, but I might also be tunnel-visioning with one angle here? So, I have GameObject A, a dialogue trigger that plays a sequence, and it also has a few functions listed as callbacks in the On...
- Wed Jan 15, 2025 7:27 pm
- Forum: Dialogue System for Unity
- Topic: Invoke SequenceEvent callbacks in script?
- Replies: 5
- Views: 1335
Invoke SequenceEvent callbacks in script?
Hi, I'm wondering if there's a way to invoke DialogueSystemEvents and SequenceEvents in the script, in the same way that you can invoke UnityEvents to use the callbacks inside them. I want to manually invoke the same callbacks that I defined in the SequenceEvents component in a different script. I'm...