Skip to content

Commit

Permalink
suitecase acxe support
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed May 21, 2024
1 parent cf82006 commit 0cc9db5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ _setupObjects = {

_quest_item = createVehicle [a3w_sd_item, getPosATL _man1, [], 1, "NONE"];
_quest_item allowDamage false;
[_quest_item] call F_aceInitVehicle;

private _man2 = _mission_grp createUnit ["C_Orestes", _missionPos2, [], 0, "NONE"];
_man2 allowDamage false;
Expand Down

0 comments on commit 0cc9db5

Please sign in to comment.