Skip to content

Commit 38fb765

Browse files
committed
New Heli Taxi System
Someone said the heli taxi should just stay at the base and whenever you call it, it flies from the base. I got that to work as well as letting you tell the heli where to drop off units without you having to be inside it.
1 parent 9c779ef commit 38fb765

File tree

2 files changed

+407
-248
lines changed

2 files changed

+407
-248
lines changed

source/INIT.sqf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ player allowDamage false;
157157

158158
#include "dialog\supports_init.hpp"
159159
#include "dialog\squad_number_init.hpp"
160-
160+
161+
calltaxifrombase = false;
162+
161163
execVM "misc\gps_marker.sqf";
162164
if (!isMultiplayer) then {
163165
getsize_script = [player] execVM "mapsize.sqf";

0 commit comments

Comments
 (0)