Name | Type | is_array | initial_value |
A2_SpellZone_SFX_Count | integer | Yes | |
A2_SpellZoneSFX_group1 | effect | Yes | |
TempAngle | real | No | |
TempPoint | location | No | |
TempPoint2 | location | No |
function Trig_Zero_Sec_Actions takes nothing returns nothing
call SetDestructableInvulnerableBJ( gg_dest_B007_1546, true )
call SetDestructableInvulnerableBJ( gg_dest_B007_1545, true )
endfunction
//===========================================================================
function InitTrig_Zero_Sec takes nothing returns nothing
set gg_trg_Zero_Sec = CreateTrigger( )
call TriggerRegisterTimerEventSingle( gg_trg_Zero_Sec, 0.01 )
call TriggerAddAction( gg_trg_Zero_Sec, function Trig_Zero_Sec_Actions )
endfunction