Delay SendReinforcements() to split notifications

This commit is contained in:
Smittytron
2021-01-31 20:22:49 -06:00
committed by reaperrr
parent 4db2fd980a
commit 30ea1e23b4

View File

@@ -358,7 +358,9 @@ InitTriggers = function()
Media.PlaySpeechNotification(greece, "TanyaRescued")
greece.MarkCompletedObjective(mainObj)
SendReinforcements()
Trigger.AfterDelay(DateTime.Seconds(2), function()
SendReinforcements()
end)
if PrisonCamera and PrisonCamera.IsInWorld then
PrisonCamera.Destroy()