uh...
how do you wonna do this? the C4 charges must be linked with the vehicles in your case. So they need to be mobile units that can move to their targets.
Own ENUM doesn't work cause it's hardcoded and will be read from the engine.
ObjectCreationList SUPERWEAPON_GLADetonation
CreateObject
ObjectNames = TimedC4Charge
Count = 1
ContainInsideSourceObject = Yes -> this would mean the charges will be spawned in an parent object from your own side... but which?
End
End
|