function Trig_Test_Dialogs_Actions()
-- -
DialogClearBJ( udg_Test_Dialog )
DialogSetMessageBJ( udg_Test_Dialog, "TRIGSTR_098" )
-- -
DialogAddButtonBJ( udg_Test_Dialog, "TRIGSTR_099" )
udg_Test_DialogButton[1] = GetLastCreatedButtonBJ()
DialogAddButtonBJ( udg_Test_Dialog, "TRIGSTR_100" )
udg_Test_DialogButton[2] = GetLastCreatedButtonBJ()
-- -
DialogDisplayBJ( true, udg_Test_Dialog, Player(0) )
-- -
DialogClearBJ( udg_Test_Dialog_Race )
DialogSetMessageBJ( udg_Test_Dialog_Race, "TRIGSTR_101" )
-- -
DialogAddButtonBJ( udg_Test_Dialog_Race, "TRIGSTR_102" )
udg_Test_DialogButton[3] = GetLastCreatedButtonBJ()
DialogAddButtonBJ( udg_Test_Dialog_Race, "TRIGSTR_103" )
udg_Test_DialogButton[4] = GetLastCreatedButtonBJ()
DialogAddButtonBJ( udg_Test_Dialog_Race, "TRIGSTR_104" )
udg_Test_DialogButton[5] = GetLastCreatedButtonBJ()
DialogAddButtonBJ( udg_Test_Dialog_Race, "TRIGSTR_105" )
udg_Test_DialogButton[6] = GetLastCreatedButtonBJ()
-- -
udg_Test_Footman_Type[4] = FourCC('ogru')
udg_Test_Footman_Type[5] = FourCC('esen')
udg_Test_Footman_Type[6] = FourCC('ugho')
udg_Test_Rifleman_Type[4] = FourCC('ohun')
udg_Test_Rifleman_Type[5] = FourCC('earc')
udg_Test_Rifleman_Type[6] = FourCC('ucry')
udg_Test_Knight_Type[4] = FourCC('orai')
udg_Test_Knight_Type[5] = FourCC('edcm')
udg_Test_Knight_Type[6] = FourCC('uabo')
udg_Test_Mortar_Type[4] = FourCC('ocat')
udg_Test_Mortar_Type[5] = FourCC('ebal')
udg_Test_Mortar_Type[6] = FourCC('umtw')
udg_Test_Flying_Type[4] = FourCC('otbr')
udg_Test_Flying_Type[5] = FourCC('ehip')
udg_Test_Flying_Type[6] = FourCC('ugar')
udg_Test_Gryphon_Type[4] = FourCC('owyv')
udg_Test_Gryphon_Type[5] = FourCC('echm')
udg_Test_Gryphon_Type[6] = FourCC('ufro')
udg_Test_Priest_Type[4] = FourCC('oshm')
udg_Test_Priest_Type[5] = FourCC('edot')
udg_Test_Priest_Type[6] = FourCC('unec')
udg_Test_Sorceress_Type[4] = FourCC('odoc')
udg_Test_Sorceress_Type[5] = FourCC('edoc')
udg_Test_Sorceress_Type[6] = FourCC('uban')
udg_Test_Siege_Type[4] = FourCC('otau')
udg_Test_Siege_Type[5] = FourCC('emtg')
udg_Test_Siege_Type[6] = FourCC('uobs')
udg_Test_Breaker_Type[4] = FourCC('ospm')
udg_Test_Breaker_Type[5] = FourCC('edry')
udg_Test_Breaker_Type[6] = FourCC('ubsp')
udg_Test_Peasant_Type[4] = FourCC('opeo')
udg_Test_Peasant_Type[5] = FourCC('ewsp')
udg_Test_Peasant_Type[6] = FourCC('uaco')
udg_Test_Hero_Type[4] = FourCC('Othr')
udg_Test_Hero_Type[5] = FourCC('Etyr')
udg_Test_Hero_Type[6] = FourCC('Uear')
udg_Test_Town_Type[4] = FourCC('ogre')
udg_Test_Town_Type[5] = FourCC('etol')
udg_Test_Town_Type[6] = FourCC('unpl')
udg_Test_Keep_Type[4] = FourCC('ostr')
udg_Test_Keep_Type[5] = FourCC('etoa')
udg_Test_Keep_Type[6] = FourCC('unp1')
udg_Test_Castle_Type[4] = FourCC('ofrt')
udg_Test_Castle_Type[5] = FourCC('etoe')
udg_Test_Castle_Type[6] = FourCC('unp2')
udg_Test_Farm_Type[4] = FourCC('otrb')
udg_Test_Farm_Type[5] = FourCC('emow')
udg_Test_Farm_Type[6] = FourCC('uzig')
udg_Test_Altar_Type[4] = FourCC('oalt')
udg_Test_Altar_Type[5] = FourCC('eate')
udg_Test_Altar_Type[6] = FourCC('uaod')
udg_Test_Barracks_Type[4] = FourCC('obar')
udg_Test_Barracks_Type[5] = FourCC('eaom')
udg_Test_Barracks_Type[6] = FourCC('usep')
udg_Test_Lumber_Type[4] = FourCC('ofor')
udg_Test_Lumber_Type[5] = FourCC('edob')
udg_Test_Lumber_Type[6] = FourCC('ugrv')
udg_Test_Blacksmith_Type[4] = FourCC('ofor')
udg_Test_Blacksmith_Type[5] = FourCC('edob')
udg_Test_Blacksmith_Type[6] = FourCC('ugrv')
udg_Test_Workshop_Type[4] = FourCC('obea')
udg_Test_Workshop_Type[5] = FourCC('eaoe')
udg_Test_Workshop_Type[6] = FourCC('uslh')
udg_Test_Sanctum_Type[4] = FourCC('osld')
udg_Test_Sanctum_Type[5] = FourCC('eaow')
udg_Test_Sanctum_Type[6] = FourCC('utod')
udg_Test_Scout_Type[4] = FourCC('npgf')
udg_Test_Scout_Type[5] = FourCC('nfv2')
udg_Test_Scout_Type[6] = FourCC('ngni')
udg_Test_Guard_Type[4] = FourCC('owtw')
udg_Test_Guard_Type[5] = FourCC('etrp')
udg_Test_Guard_Type[6] = FourCC('uzg1')
udg_Test_Vault_Type[4] = FourCC('ovln')
udg_Test_Vault_Type[5] = FourCC('eden')
udg_Test_Vault_Type[6] = FourCC('utom')
-- -
-- -
end
--===========================================================================
function InitTrig_Test_Dialogs()
gg_trg_Test_Dialogs = CreateTrigger( )
TriggerRegisterTimerEventSingle( gg_trg_Test_Dialogs, 0.00 )
TriggerAddAction( gg_trg_Test_Dialogs, Trig_Test_Dialogs_Actions )
end
--Conversion by vJass2Lua v0.A.2.3