The new attachTo command allows you to attach objects to memory points on other objects.
In the Harvest Red scene where they throw flashbangs and take down a building, they used hand memory points below to put flashbangs in units' hands. My example puts beers in their hands:
beer1 attachto [dude2, [0.035,-.005,-0.05], "LeftHandMiddle1"];
beer2 attachto [dude2, [-0.03,-.005,-0.05], "RightHandMiddle1"];
Is there a list of Memory Points for objects somewhere?
What files are these embedded in?
What tool wouldI use to search that file?
What string would I look for inside the file would tell me that it is a memory point?
thanks.