Files
DayZ-Epoch/dayz_code/actions/tent_pack.sqf
2012-11-24 08:42:41 -06:00

5 lines
120 B
Plaintext

private["_obj","_bag","_pos"];
hintSilent format["DEBUG: %1",_this];
_obj = _this select 3;
_obj spawn player_packTent;