edited March 2014 in ORK Support
I need an event on an object to call a function on a component. This is accessed via a dialogue menu.
I have EventSettings->ShowDialogue:Choice0Yes->SendMessage.
Now SendMessage is set to FunctionName:MyFunction and broadcast is true. Nothing appearrs to be sent?
What confuses me is the TargetObject field, Actor Waypoint and Prefab.
Is this the recipient object of the message? I want it to be on self...
  • The target object field defines which object of the event will be used.
    To use the event's object, you need to add an Actor in the Event Settings, select type Object and enable Event Object.
    Now you need to select the target object Actor and the actor you added in the actor selection.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Okay, that works. This event system is brilliant!
Sign In or Register to comment.