View Single Post
Old 12-31-2003, 01:17 PM   #10 (permalink)
DJRowley
Senior Member
 
Join Date: Mar 2003
Location: UK
Posts: 676
Send a message via MSN to DJRowley
Default

Most of the code for your idea was deleted from the engine before it was released

Making the crate appear would be easy:

Code:
  Behavior = SlowDeathBehavior ModuleTag_Death04
    DeathTypes          = NONE +SURRENDERED
    DestructionDelay    = 0
    FX                  = INITIAL FX_InfantrySurrender
    OCL                 = INITIAL OCL_Create[Infantry]SurrenderCrate
  End
Or something like that.
DJRowley is offline   Reply With Quote