/* * Author: commy2 * Drops a backback. Also returns the ground wepaon holder object of the dropped backpack. * * Arguments: * 0: Unit that has a backpack * * Return value: * Ground wepaon holder with backpack * * Public: Yes */ #include "script_component.hpp" params [["_unit", objNull, [objNull]]]; private _backpackObject = backpackContainer _unit; _unit addBackpack "ACE_FakeBackpack"; removeBackpack _unit; objectParent _backpackObject // return