Delay SendReinforcements() to split notifications
This commit is contained in:
@@ -358,7 +358,9 @@ InitTriggers = function()
|
|||||||
|
|
||||||
Media.PlaySpeechNotification(greece, "TanyaRescued")
|
Media.PlaySpeechNotification(greece, "TanyaRescued")
|
||||||
greece.MarkCompletedObjective(mainObj)
|
greece.MarkCompletedObjective(mainObj)
|
||||||
|
Trigger.AfterDelay(DateTime.Seconds(2), function()
|
||||||
SendReinforcements()
|
SendReinforcements()
|
||||||
|
end)
|
||||||
|
|
||||||
if PrisonCamera and PrisonCamera.IsInWorld then
|
if PrisonCamera and PrisonCamera.IsInWorld then
|
||||||
PrisonCamera.Destroy()
|
PrisonCamera.Destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user