i'm making a China troopcrawler type unit,it coming with some infantrys in it.i used follow code:
Code:
Behavior = HordeTransportContain ModuleTag_xxxx
ObjectStatusOfContained = CAN_ATTACK
InitialPayload = MordorArcher 1
Slots = 1
DamagePercentToUnits = 100%
PassengerFilter = ALL
AllowOwnPlayerInsideOverride = Yes
AllowAlliesInside = No
KillPassengersOnDeath = Yes ; fling passenger out to die when siege ladder is done for
AllowEnemiesInside = No
AllowNeutralInside = No
NumberOfExitPaths = 0
; ForceOrientationContainer = No
ShowPips = Yes
End
and even tried change the HordeTransportContain to TransportContain.but whatever i do,when i release the infantrys from it,they're invisible,but you can still select them by drag a box selection
mouse move

.can anyone help me?
btw,what the ForceOrientationContainer = do?