Hello,
I wonder if someone could help me:
The scene contains an object which has a property named A for example.
A = “some string”.
Is there a way to get that object only knowing what his property A is equal to (in the example “some string”)?
Like: return the object which property A is equal to “some string”.
This is to differentiate objects added by the add object actuator (the added objects have all the same name so they are indistinguishable)
A way to do it would be to use a near sensor that use a long distance and set it up to look only at the property A then return the objects. For each object I would test if their property A is equal to “some string” and I’ve got my object. But I was hoping there was an easier way, a more straight forward way.