How to use Consider all objects

There seems no tutorial about how to use consider all objects. I don’t know if it’s possible to use it to cycle through all objects within a group containing the objects. What I want to do is cycle through all objects within a group, read values from a file using the objects name as group name in the file and store it in the corresponding object variable.

There is the “For Each” condition to cycle through all objects of a name / of a group.

The “Consider all objects” condition exists just to override the conditions in some cases like :

[code]Condition :
The position of MyObject is < 500
Consider all MyObject

Actions :
Do something[/code]

Without “Consider all MyObject”, the action will be applied only on object that fullfills the condition.
With “Consider all MyObject”, the action will be applied on all “MyObject” objects.