Generate moose.lua

This commit is contained in:
FlightControl 2017-03-14 15:30:37 +01:00
parent 03d921831f
commit d7f75eaab6
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170314_0908' )
env.info( 'Moose Generation Timestamp: 20170314_1530' )
local base = _G
Include = {}
@ -15069,7 +15069,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
PointFrom.x = ControllablePoint.x
PointFrom.y = ControllablePoint.y
PointFrom.type = "Turning Point"
PointFrom.action = "Cone"
PointFrom.action = Formation or "Cone"
PointFrom.speed = 20 / 1.6

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170314_0908' )
env.info( 'Moose Generation Timestamp: 20170314_1530' )
local base = _G
Include = {}
@ -15069,7 +15069,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
PointFrom.x = ControllablePoint.x
PointFrom.y = ControllablePoint.y
PointFrom.type = "Turning Point"
PointFrom.action = "Cone"
PointFrom.action = Formation or "Cone"
PointFrom.speed = 20 / 1.6