Skip to content

Commit

Permalink
Updated experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
birgersp committed May 24, 2017
1 parent f8a9478 commit 4337ef2
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion tests/experiment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,27 @@ if not initialized then

dofile("C:\\Users\\Birger\\Workspace\\dcs-autogft\\tests\\load-all.lua")

autogft_observerIntel.enable("JTAC")
autogft_Setup:new()
:addBaseZone("MAIN_BASE")
:addControlZone("F_BASE1")
:copyGroupsLayout("GROUP1")

autogft_Setup:new()
:addBaseZone("MAIN_BASE")
:addControlZone("F_BASE2")
:copyGroupsLayout("GROUP2")

autogft_Setup:new()
:useStaging()
:addBaseZone("F_BASE1")
:addControlZone("COMBAT")
:scanUnits("GROUP1")

autogft_Setup:new()
:useStaging()
:addBaseZone("F_BASE2")
:addControlZone("COMBAT")
:scanUnits("GROUP2")

initialized = true

Expand Down

0 comments on commit 4337ef2

Please sign in to comment.