I have "Message Events", "Dialogue System Quest Giver" and "Dialog Actor" components set up on my NPC. In the "Dialog System Quest Giver" component, I've configured:
Code: Select all
Id = "NpcId"
Code: Select all
Required Sender: None
Required Target: (I've dragged my NPC Game Object here, with "Dialog System Quest Giver in the root of the GO)
Message: Quest Target Start
On Message (MessageArgs): AnEventHandler
Code: Select all
Message
Sender: Quest Giver
Target: Other
Target ID: NpcId
Message: Quest Target Start
I just want the Message to be picked up by the "target" NPC - am I doing something wrong?
Thanks once again!