From ffcdcc2831391cfa0e815a327fc1c29ae1d8ca10 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 11 Jul 2016 18:00:09 +0200 Subject: [PATCH] Add a warning about tanya not auto-targeting in allies01 --- mods/ra/maps/allies-01/allies01.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/ra/maps/allies-01/allies01.lua b/mods/ra/maps/allies-01/allies01.lua index f21db88470..21f06a9c22 100644 --- a/mods/ra/maps/allies-01/allies01.lua +++ b/mods/ra/maps/allies-01/allies01.lua @@ -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()