moved mediamessage to avoid spam
This commit is contained in:
@@ -130,8 +130,6 @@ SendWave = function()
|
|||||||
local units = wave[3]
|
local units = wave[3]
|
||||||
local target = Utils.Random(wave[4]).Location
|
local target = Utils.Random(wave[4]).Location
|
||||||
|
|
||||||
Media.DisplayMessage("Defend Fort Lonestar at all costs!")
|
|
||||||
|
|
||||||
print(string.format("Sending wave %i in %i.", Wave, delay))
|
print(string.format("Sending wave %i in %i.", Wave, delay))
|
||||||
Trigger.AfterDelay(delay, function() SendUnits(entry, units, 40, target) end)
|
Trigger.AfterDelay(delay, function() SendUnits(entry, units, 40, target) end)
|
||||||
end
|
end
|
||||||
@@ -153,5 +151,7 @@ WorldLoaded = function()
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Media.DisplayMessage("Defend Fort Lonestar at all costs!")
|
||||||
|
|
||||||
SendWave()
|
SendWave()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user