ADuke
Jul 28 2009, 18:43
OK, I have a couple questions:
1. I know I can equip a unit with an ACE Rucksack in the unit's config, simple enough, but can I load that Rucksack with Dummy magazines in the config as well? I know how to do it via the unit's init line in a mission, roughly like this:
this addWeapon "ACE_Rucksack_MOLLE_DMARPAT_Medic"; this setvariable ["ACE_Ruckmagazines",[["ACE_Default_SmokeShell_PDM",3],["ACE_40mm_HEDP_M203_PDM",8],["ACE_30Rnd_556x45_BT_Stanag_PDM",10],["ACE_Epinephrine_PDM",8],["ACE_Morphine_PDM",8],["ACE_Bandage_PDM",15]]]
But how would that translate into an entry in the unit's config?
2. If I CAN load the rucksack with dummy mags in the config, can I then set the unit to respawn with the Rucksack AND the dummy mags via the RespawnWeapons and RespawnMagazines entries?
Thanks for your help.
EDIT: Posted in wrong forum, sorry
1. I know I can equip a unit with an ACE Rucksack in the unit's config, simple enough, but can I load that Rucksack with Dummy magazines in the config as well? I know how to do it via the unit's init line in a mission, roughly like this:
this addWeapon "ACE_Rucksack_MOLLE_DMARPAT_Medic"; this setvariable ["ACE_Ruckmagazines",[["ACE_Default_SmokeShell_PDM",3],["ACE_40mm_HEDP_M203_PDM",8],["ACE_30Rnd_556x45_BT_Stanag_PDM",10],["ACE_Epinephrine_PDM",8],["ACE_Morphine_PDM",8],["ACE_Bandage_PDM",15]]]
But how would that translate into an entry in the unit's config?
2. If I CAN load the rucksack with dummy mags in the config, can I then set the unit to respawn with the Rucksack AND the dummy mags via the RespawnWeapons and RespawnMagazines entries?
Thanks for your help.
EDIT: Posted in wrong forum, sorry