Spawning Lag

Venge22

New Member
Reaction score
10
function Trig_Untitled_Trigger_002_Func001002 takes nothing returns nothing
call GroupPointOrderLocBJ( GetUnitsInRectAll(gg_rct_demon), "attack", GetRectCenter(gg_rct_middle) )
endfunction

function Trig_Untitled_Trigger_002_Actions takes nothing returns nothing
call ForGroupBJ( GetUnitsInRectAll(GetPlayableMapRect()), function Trig_Untitled_Trigger_002_Func001002 )
call CreateNUnitsAtLocFacingLocBJ( 1, 'hfoo', Player(11), GetRandomLocInRect(gg_rct_demon), GetRandomLocInRect(gg_rct_demon) )
endfunction

//===========================================================================
function InitTrig_Untitled_Trigger_002 takes nothing returns nothing
set gg_trg_Untitled_Trigger_002 = CreateTrigger( )
call TriggerRegisterTimerEventPeriodic( gg_trg_Untitled_Trigger_002, 2 )
call TriggerAddAction( gg_trg_Untitled_Trigger_002, function Trig_Untitled_Trigger_002_Actions )
endfunction
JASS:




Wat would i do for this to clean up the leaks? This is wat my trigger looked like b4 i did anything to it.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top