ACE_fnc_PackIFAK

Description

Pack IFAK items.  Use this function instead of adding IFAK magazines manually.

Parameters

_unitUnit owning IFAK to pack.  [Object]
_item1ACE_Morphine, number to pack ( may be 0 ).  [Number]
_item2ACE_Bandage, number to pack ( may be 0 ).  [Number]
_item3ACE_Epinephrine, number to pack ( may be 0 ).  [Number]
_resetSet instead of add counts [Boolean] (optional) Returns: “true” unless error.  [Boolean]

Example

_success = [BOB, 1, 0, 1] call ACE_fnc_PackIFAK;

Author

tcp

Close