Ok, clearly I’m doing something wrong. This is actually what I initially thought how interfaces would work. In my caller object I call the message of the interface but I always get the following error:“Message node Interact must have a valid target or reference to self.” So I thought I’d always need to cast and call the object directly… Thanks for clarifying!
One more question: What object needs to implement the interface? Only the object that receives the interface event, correct?