Add a warning about tanya not auto-targeting in allies01
This commit is contained in:
@@ -14,6 +14,9 @@ SendInsertionHelicopter = function()
|
|||||||
local tanya = passengers[1]
|
local tanya = passengers[1]
|
||||||
Trigger.OnKilled(tanya, TanyaKilledInAction)
|
Trigger.OnKilled(tanya, TanyaKilledInAction)
|
||||||
tanya.Stance = "HoldFire"
|
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
|
end
|
||||||
|
|
||||||
SendJeeps = function()
|
SendJeeps = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user