Port missions to the new Paratroopers API.
This commit is contained in:
committed by
Matthias Mailänder
parent
c0587cc568
commit
d73ed7670a
@@ -46,13 +46,13 @@ TanksGGWaypoints = { PatrolPoint2, BetweenBasesPoint, PrepGGArmyPoint }
|
||||
|
||||
Para = function()
|
||||
local powerproxy = Actor.Create("powerproxy.paratroopers", false, { Owner = player })
|
||||
local units = powerproxy.SendParatroopers(ParaPoint.CenterPosition, false, 28)
|
||||
powerproxy.ActivateParatroopers(ParaPoint.CenterPosition, 28)
|
||||
powerproxy.Destroy()
|
||||
end
|
||||
|
||||
Para2 = function()
|
||||
local powerproxy = Actor.Create("powerproxy.paratroopers", false, { Owner = player })
|
||||
local units = powerproxy.SendParatroopers(USSRExpansionPoint.CenterPosition, false, 28)
|
||||
powerproxy.ActivateParatroopers(USSRExpansionPoint.CenterPosition, 28)
|
||||
powerproxy.Destroy()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user