Properly unload passengers in nod05
Also lets the transport fly out of the map
This commit is contained in:
@@ -122,13 +122,8 @@ Atk6TriggerFunction = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
Atk1TriggerFunction = function()
|
Atk1TriggerFunction = function()
|
||||||
Reinforcements.ReinforceWithTransport(enemy, 'tran', GDIReinforceUnits, { waypoint9.Location, waypoint26.Location }, nil,
|
local cargo = Reinforcements.ReinforceWithTransport(enemy, 'tran', GDIReinforceUnits, { waypoint9.Location, waypoint26.Location }, { waypoint9.Location })[2]
|
||||||
function(transport, cargo)
|
Utils.Do(cargo, IdleHunt)
|
||||||
transport.UnloadPassengers()
|
|
||||||
Utils.Do(cargo, function(actor)
|
|
||||||
IdleHunt(actor)
|
|
||||||
end)
|
|
||||||
end)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
AutoTriggerFunction = function()
|
AutoTriggerFunction = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user