z opened this issue on May 02, 2015 ยท 8 posts
structure posted Sat, 02 May 2015 at 1:09 PM Forum Coordinator
This should work
ActorList=[(1,2),(3,4)] actor=ActorList[0][0]
actor.SetParent(ActorList[0][1])
or
ActorList[0][0].SetParent(ActorList[0][1])
Locked Out