function Trig_Trigger_Actions takes nothing returns nothing
if udg_I_1 >= udg_I_2 or udg_I_1 >= udg_I_3 then
// Funcions
else
if udg_I_2 >= udg_I_1 or udg_I_2 >= udg_I_3 then
// Funcions
else
if udg_I_3 >= udg_I_1 or udg_I_3 >= udg_I_1 then
// Funcions
endif
endif
endif
endfunction