Skip to content

Commit

Permalink
fly higher
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Apr 28, 2024
1 parent f408984 commit 52825da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ _setupObjects = {
_plane removeAllEventHandlers "HandleDamage";
_plane addEventHandler ["Fuel", { (_this select 0) setFuel 1 }];
_plane addEventHandler ["Fired", { (_this select 0) setVehicleAmmo 1 }];
_plane flyInHeightASL [1200, 1200, 1200];
_plane flyInHeightASL [1500, 1500, 1500];
_vehicles pushBack _plane;
(crew _plane) joinSilent _aiGroup;
sleep 2;
Expand Down

0 comments on commit 52825da

Please sign in to comment.