From b2504acf330839475e810eca54dcd1cecbf71927 Mon Sep 17 00:00:00 2001 From: Eero af Heurlin Date: Mon, 25 Jul 2016 03:48:04 +0300 Subject: [PATCH] restore the "correct" task types --- helotraining_rewrite.Altis/createDropoffLZ.sqf | 2 +- helotraining_rewrite.Altis/createPickupLZ.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helotraining_rewrite.Altis/createDropoffLZ.sqf b/helotraining_rewrite.Altis/createDropoffLZ.sqf index 99f3510..b13b28d 100644 --- a/helotraining_rewrite.Altis/createDropoffLZ.sqf +++ b/helotraining_rewrite.Altis/createDropoffLZ.sqf @@ -44,7 +44,7 @@ private _assignTo = [_assignToPlayer, west]; // PONDER: make a parent task "ferry squad X" ?? private _taskid = format["dropoff_%1", lzCounter]; -[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate; +[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, _taskType, true] call BIS_fnc_taskCreate; private _trg = createTrigger["EmptyDetector",getPos _lzLocation, true]; _trg setTriggerArea[lzSize,lzSize,0,false]; diff --git a/helotraining_rewrite.Altis/createPickupLZ.sqf b/helotraining_rewrite.Altis/createPickupLZ.sqf index aadbe4f..b1e4ee5 100644 --- a/helotraining_rewrite.Altis/createPickupLZ.sqf +++ b/helotraining_rewrite.Altis/createPickupLZ.sqf @@ -45,7 +45,7 @@ if (!(_assignExtra isEqualTo false)) then // PONDER: make a parent task "ferry squad X" ?? private _taskid = format["pickup_%1", lzCounter]; -[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate; +[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, "meet", true] call BIS_fnc_taskCreate; if (bSmoke) then {