Re: Attaching objects to a bunker module
Grif wrote:
Yeah Attachables only apply to MOs. Bunkermodules are not movable objects.
Huh? You can add objects to modules just fine, his code is just a bit wrong.
Code:
AddChildObject = SOPlacer
PlacedObject = MOSRotating // (Or other type of MO)
CopyOf = YOUROBJECT
Offset = Vector
X = 0
Y = 0
He just needed to specify the type of PlacedObject.