View Single Post
Old 02-22-2005, 02:47 PM   #1 (permalink)
ravage
Senior Member
 
Join Date: Dec 2002
Location: Nod base
Posts: 172
Default HordeTransportContain/TransportContain with InitialPayload??

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?
ravage is offline   Reply With Quote