MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-12-07 17:46:29 +00:00
parent 97021e08f4
commit 88181ebc05
490 changed files with 3 additions and 2 deletions
@@ -19,7 +19,7 @@ GroupOutside = GROUP:FindByName( "Test Outside Polygon" )
House = STATIC:FindByName( "House" )
ZoneA = ZONE_RADIUS:New( "Zone A", House:GetVec2(), 300 )
ZoneA:SmokeZone(SMOKECOLOR.White,90)
ZoneA:SmokeZone( SMOKECOLOR.White, 90 )
Messager = SCHEDULER:New( nil,
function()
@@ -28,4 +28,5 @@ Messager = SCHEDULER:New( nil,
GroupInside:GetUnit(1):SmokeRed()
end
end,
{}, 0, 1 )
{}, 0, 1 )