View Single Post
Old 03-20-2005, 07:37 AM   #2 (permalink)
2312222
Senior Member
 
Join Date: Jul 2003
Location: Germany
Posts: 303
Default

Pretty simple

Add another CreateObject tag to your OCL, like this one:

ObjectCreationList SUPERWEAPON_RebelAmbush3
CreateObject
ObjectNames = GLAInfantryRebel
Count = 16
SpreadFormation = Yes
MinDistanceAFormation = 20.0
MinDistanceBFormation = 30.0
MaxDistanceFormation = 400.0
FadeIn = Yes
FadeTime = 3000
; FadeSound = RebelAmbushActivated
End
CreateObject
ObjectNames = ANY_OTHER_UNIT_YOU_WANT
Count = 16
SpreadFormation = Yes
MinDistanceAFormation = 20.0
MinDistanceBFormation = 30.0
MaxDistanceFormation = 400.0
FadeIn = Yes
FadeTime = 3000
; FadeSound = RebelAmbushActivated
End
End

You can add as many "CreateObjects" as you like.
2312222 is offline   Reply With Quote