Add a "tutorial" message at the beginning of allies05a
This commit is contained in:
@@ -213,6 +213,10 @@ SendSpy = function()
|
|||||||
SpyCameraA = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera1.Location })
|
SpyCameraA = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera1.Location })
|
||||||
SpyCameraB = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera2.Location })
|
SpyCameraB = Actor.Create("camera", true, { Owner = greece, Location = SpyCamera2.Location })
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
ActivatePatrols = function()
|
ActivatePatrols = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user