by skydereign » Sun Dec 07, 2008 10:24 am
Is there a way of passing on values of actor variables to other actors? I don't think it is just a matter of storing the values elsewhere and referencing them, as the amount of actors needing to do this grows exponentially... At least 4 actors will be creating 3 new actors and then each of those creates 3 more and so on, and I don't know how to pass on the variables of the creator actor (one that creates the other 3) to the created (the 3 being created).