diff --git a/mods/ra/maps/allies-05a/allies05a.lua b/mods/ra/maps/allies-05a/allies05a.lua index 0029515228..d22cd7ac88 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -213,6 +213,10 @@ SendSpy = function() SpyCameraA = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera1.Location }) SpyCameraB = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera2.Location }) end + + Trigger.AfterDelay(DateTime.Seconds(3), function() + Media.DisplayMessage("Commander! You have to disguise me in order to get through the enemy patrols.", "Spy") + end) end ActivatePatrols = function()