function Trig_Untitled_Trigger_001_Actions takes nothing returns nothing
call CreateNUnitsAtLoc( 1, 'hfoo', Player(8), GetRectCenter(gg_rct_Region_000_Copy_Copy_2_Copy_Copy), bj_UNIT_FACING )
call IssuePointOrderLocBJ( GetLastCreatedUnit(), "attack", GetRectCenter(gg_rct_Region_044) )
call GroupAddUnitSimple( GetLastCreatedUnit(), udg_units[1] )
call CreateNUnitsAtLoc( 1, 'hfoo', Player(8), GetRectCenter(gg_rct_Region_000_Copy_5_Copy_Copy), bj_UNIT_FACING )
call IssuePointOrderLocBJ( GetLastCreatedUnit(), "attack", GetRectCenter(gg_rct_Region_044) )
call GroupAddUnitSimple( GetLastCreatedUnit(), udg_units[1] )
call CreateNUnitsAtLoc( 1, 'hfoo', Player(8), GetRectCenter(gg_rct_Region_000_Copy_3_Copy_Copy_Copy), bj_UNIT_FACING )
call IssuePointOrderLocBJ( GetLastCreatedUnit(), "attack", GetRectCenter(gg_rct_Region_044) )
call GroupAddUnitSimple( GetLastCreatedUnit(), udg_units[1] )
call CreateNUnitsAtLoc( 1, 'hfoo', Player(8), GetRectCenter(gg_rct_Region_000_Copy_2_Copy_Copy_Copy), bj_UNIT_FACING )
call IssuePointOrderLocBJ( GetLastCreatedUnit(), "attack", GetRectCenter(gg_rct_Region_044) )
call GroupAddUnitSimple( GetLastCreatedUnit(), udg_units[1] )
call CreateNUnitsAtLoc( 1, 'hfoo', Player(8), GetRectCenter(gg_rct_Region_000_Copy_Copy_Copy_Copy), bj_UNIT_FACING )
call IssuePointOrderLocBJ( GetLastCreatedUnit(), "attack", GetRectCenter(gg_rct_Region_044) )
call GroupAddUnitSimple( GetLastCreatedUnit(), udg_units[1] )
endfunction
//===========================================================================
function InitTrig_Untitled_Trigger_001 takes nothing returns nothing
set gg_trg_Untitled_Trigger_001 = CreateTrigger( )
call TriggerRegisterTimerEventPeriodic( gg_trg_Untitled_Trigger_001, 1.00 )
call TriggerAddAction( gg_trg_Untitled_Trigger_001, function Trig_Untitled_Trigger_001_Actions )
endfunction