Name | Type | is_array | initial_value |
DialogSithRevive | dialog | No | |
IllusionFace | unit | No | |
NUMBER | integer | No | |
Timer | timer | No |
function Trig_Boot_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(1), "TRIGSTR_126" )
endfunction
//===========================================================================
function InitTrig_Boot takes nothing returns nothing
set gg_trg_Boot = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot, Player(0), "-ban blue", true )
call TriggerAddAction( gg_trg_Boot, function Trig_Boot_Actions )
endfunction
function Trig_Boot_Copy_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(2), "TRIGSTR_127" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy takes nothing returns nothing
set gg_trg_Boot_Copy = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy, Player(0), "-ban teal", true )
call TriggerAddAction( gg_trg_Boot_Copy, function Trig_Boot_Copy_Actions )
endfunction
function Trig_Boot_Copy_2_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(3), "TRIGSTR_128" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_2 takes nothing returns nothing
set gg_trg_Boot_Copy_2 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_2, Player(0), "-ban purple", true )
call TriggerAddAction( gg_trg_Boot_Copy_2, function Trig_Boot_Copy_2_Actions )
endfunction
function Trig_Boot_Copy_3_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(4), "TRIGSTR_129" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_3 takes nothing returns nothing
set gg_trg_Boot_Copy_3 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_3, Player(0), "-ban yellow", true )
call TriggerAddAction( gg_trg_Boot_Copy_3, function Trig_Boot_Copy_3_Actions )
endfunction
function Trig_Boot_Copy_4_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(6), "TRIGSTR_130" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_4 takes nothing returns nothing
set gg_trg_Boot_Copy_4 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_4, Player(0), "-ban green", true )
call TriggerAddAction( gg_trg_Boot_Copy_4, function Trig_Boot_Copy_4_Actions )
endfunction
function Trig_Boot_Copy_5_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(7), "TRIGSTR_131" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_5 takes nothing returns nothing
set gg_trg_Boot_Copy_5 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_5, Player(0), "-ban pink", true )
call TriggerAddAction( gg_trg_Boot_Copy_5, function Trig_Boot_Copy_5_Actions )
endfunction
function Trig_Boot_Copy_6_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(8), "TRIGSTR_132" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_6 takes nothing returns nothing
set gg_trg_Boot_Copy_6 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_6, Player(0), "-ban gray", true )
call TriggerAddAction( gg_trg_Boot_Copy_6, function Trig_Boot_Copy_6_Actions )
endfunction
function Trig_Boot_Copy_7_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(9), "TRIGSTR_133" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_7 takes nothing returns nothing
set gg_trg_Boot_Copy_7 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_7, Player(0), "-ban lightblue", true )
call TriggerAddAction( gg_trg_Boot_Copy_7, function Trig_Boot_Copy_7_Actions )
endfunction
function Trig_Boot_Copy_8_Actions takes nothing returns nothing
call CustomDefeatBJ( Player(10), "TRIGSTR_134" )
endfunction
//===========================================================================
function InitTrig_Boot_Copy_8 takes nothing returns nothing
set gg_trg_Boot_Copy_8 = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_Boot_Copy_8, Player(0), "-ban darkgreen", true )
call TriggerAddAction( gg_trg_Boot_Copy_8, function Trig_Boot_Copy_8_Actions )
endfunction