Okay, I need to pass data from object A to one of it’s children, object B. Simple, right? Well I also need to be able to keep copy-pasting A and B* while having each set work independently of all others.
it says here that I can access the body of messages** through python, is there some way that I could use this?
*.addObject(A), since B is a child, and will be created as well.
**Message actuator
‘passing data’ is a bit vague. What kind of data and why?
The easiest way to control one object from another is selecting both objects and connecting logic bricks between the two of them. Make sure they are parented to a common object, otherwise bad things will happen. Add the parent using an add object actuator and those logic brick links will stay intact.