Ok, simple question. There is a Object, lets call it "Box", and I have some instances of this object. 
 When a boolean variable of the box change, I need there something happen with the box that have his variable changed.
 
 I tryed
 "|For each box            |  
  |Box Variable is true    |  ------   Box Y set to 1000
  |Trigger once while true |"
 
 dont work, trigger once for the first instance and repeat infinite times for other objects.
  
 "|Box Variable is true    |  ------   Box Y set to 1000
  |Trigger once while true |
 dont work too, same effect above.
 I had heard that the order of the conditions changes its effect, but I had tested for a long while and nothing happens. Tnx and sorry my english.