@chrisglasier said:
But if they are imported some other way, is there some nifty way to refer to them?
I guess there has to be an observer which checks if an instance of a component is added.
@chrisglasier said:
I don't know much about observers. I guess they can "see" changes in xyz's, rotation and so on but can they also log logical relationships to other components. (design criteria type thing).
An observer will tell you that an object has been moved (transformed), but that is all. The AI has to be coded to react on such an event. It is the hardest thing, I think.
Tomasz