Hello, my dear developer friends... The problem is that I have two families (Triggers and Receivers)
Triggers have 2 instance variables: Activated and WID
Receivers, also have 2 instance variables: Triggered and RID
What I want is when a Trigger has Activated=true, the Receiver that has the RID equal to the trigger's WID will be triggered. Some type of link. The problem is that picking, by comparison, doesn't work quite well... How can I do it...?