Add a warning about tanya not auto-targeting in allies01

This commit is contained in:
abcdefg30
2016-07-11 18:00:09 +02:00
parent 44a14a7e45
commit ffcdcc2831

View File

@@ -14,6 +14,9 @@ SendInsertionHelicopter = function()
local tanya = passengers[1]
Trigger.OnKilled(tanya, TanyaKilledInAction)
tanya.Stance = "HoldFire"
Trigger.AfterDelay(DateTime.Seconds(4), function()
Media.DisplayMessage("According to the rules of engagement I need your explicit orders to fire, Commander!", "Tanya")
end)
end
SendJeeps = function()