Name | Type | is_array | initial_value |
BlueHero | unit | No | |
BlueTimer | timer | No | |
ColSpray_Data_ArcAngle | real | No | |
ColSpray_Data_Colors | playercolor | Yes | |
ColSpray_Data_Levels | integer | No | |
ColSpray_Data_Lights | integer | No | |
ColSpray_Data_LightsPerTick | integer | No | |
ColSpray_Data_MaxDistance | real | No | |
ColSpray_Data_MaxDuration | real | No | |
ColSpray_Groups_AffectedUnits | group | No | |
ColSpray_Groups_Casters | group | No | |
ColSpray_Groups_Lights | group | No | |
ColSpray_Groups_Stun | group | No | |
ColSpray_Hash | hashtable | No | |
ColSpray_Levels_ArcAngle | real | Yes | |
ColSpray_Levels_MaxDistance | real | Yes | |
ColSpray_Levels_MaxDuration | real | Yes | |
ColSpray_Vars_AngleDif | real | No | |
ColSpray_Vars_CastDir | real | No | |
ColSpray_Vars_CasterPoint | location | No | |
ColSpray_Vars_CastPoint | location | No | |
ColSpray_Vars_Distance | real | No | |
ColSpray_Vars_Duration | real | No | |
ColSpray_Vars_LightsLeft | integer | No | |
ColSpray_Vars_MovePoint | location | No | |
ColSpray_Vars_SFX | effect | No | |
ColSpray_Vars_SpellLevel | integer | No | |
ColSpray_Vars_UnitDir | real | No | |
ColSpray_Vars_UnitPoint | location | No | |
Dummy | unit | No | |
Dyinghero | unit | Yes | |
FB | integer | No | |
FB_Angle | real | Yes | |
FB_AoE | real | Yes | |
FB_Big | boolean | Yes | |
FB_Colision | real | Yes | |
FB_Damage | real | Yes | |
FB_Distance | real | Yes | |
FB_Effect1 | effect | Yes | |
FB_Effect2 | effect | Yes | |
FB_Fragments | integer | Yes | |
FB_Group | group | Yes | |
FB_Height | real | Yes | |
FB_Hero | real | Yes | |
FB_MaxDistance | unit | Yes | |
FB_Missile | unit | Yes | |
FB_Off | boolean | Yes | |
FB_Parabola | real | Yes | |
FB_Point | location | Yes | |
FB_Scale | real | No | |
FB_Skip | integer | No | |
FB_Speed | real | Yes | |
FB_Times | integer | No | |
GreenHero | unit | No | |
GreenTimer | timer | No | |
item | item | Yes | |
lvl3captain | unit | No | |
Mad | unit | No | |
N_units | integer | No | 0 |
NofPlayers | integer | No | |
NofPlayers2 | force | No | |
Numb | integer | No | |
OjHero | unit | No | |
OrangeTimer | timer | No | |
PinkHero | unit | No | |
PinkTimer | timer | No | |
Player | player | Yes | |
Players2 | force | No | |
PurpleHero | unit | No | |
PurpleTimer | timer | No | |
Realman | item | No | |
RedHero | unit | No | |
RedTimer | timer | No | |
RedTimerWindow | timerdialog | No | |
Ress | unit | No | |
secret | player | No | |
TealHero | unit | No | |
TealTimer | timer | No | |
Temp_Int | integer | No | |
Temp_Real | real | No | |
Timer | timer | No | |
Timer2 | timer | No | |
Waves | integer | No | |
YellowHero | unit | No | |
YellowTimer | timer | No |
function Trig_Level_3_captain_Actions takes nothing returns nothing
call IssueImmediateOrderBJ( gg_unit_u004_0052, "A028" )
endfunction
//===========================================================================
function InitTrig_Level_1_Boss takes nothing returns nothing
set gg_trg_Level_1_Boss = CreateTrigger( )
call TriggerRegisterTimerEventPeriodic( gg_trg_Level_1_Boss, 1.10 )
call TriggerAddAction( gg_trg_Level_1_Boss, function Trig_Level_3_captain_Actions )
endfunction