DOSman » 26 дек 2008, 16:06
function Trig_tr1_base_____________________u_Actions takes nothing returns nothing
call CinematicFilterGenericBJ( 1.00, BLEND_MODE_BLEND, "ReplaceableTextures\\CameraMasks\\Black_mask.blp", 100, 100, 100, 100, 0, 0, 0, 0 )
call TriggerSleepAction( 4.00 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_049" )
call TriggerSleepAction( 3.00 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_050" )
call TriggerSleepAction( 3.00 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_051" )
call TriggerSleepAction( 3.00 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_052" )
call TriggerSleepAction( 4.00 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_053" )
call TriggerSleepAction( 3.00 )
call CreateFogModifierRectBJ( true, Player(0), FOG_OF_WAR_VISIBLE, gg_rct________________041 )
call ShowUnitHide( gg_unit_H003_0007 )
call TriggerSleepAction( 1.00 )
call CinematicFilterGenericBJ( 10.00, BLEND_MODE_BLEND, "ReplaceableTextures\\CameraMasks\\Black_mask.blp", 100, 100, 100, 100, 0, 0, 0, 0 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_054" )
call CameraSetupApplyForPlayer( true, gg_cam_Camera_001, Player(0), 0 )
call SetCameraTargetControllerNoZForPlayer( Player(0), gg_unit_hbot_0009, 0, 0, false )
call SetUnitMoveSpeed( gg_unit_hbot_0009, 1.00 )
call IssuePointOrderLocBJ( gg_unit_hbot_0009, "move", GetRectCenter(gg_rct________________039) )
call DisplayCineFilterBJ( false )
call TriggerSleepAction( 10.00 )
call ShowUnitShow( gg_unit_H003_0007 )
call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_055" )
call ResetToGameCameraForPlayer( Player(0), 0 )
call SetCameraTargetControllerNoZForPlayer( Player(0), gg_unit_H003_0007, 0, 0, false )
call SetUnitOwner( gg_unit_hbot_0009, Player(PLAYER_NEUTRAL_PASSIVE), true )
call IssuePointOrderLocBJ( gg_unit_hbot_0009, "move", GetRectCenter(gg_rct________________040) )
call DestroyFogModifier( GetLastCreatedFogModifier() )
endfunction
//===========================================================================
function InitTrig_tr1_base_____________________u takes nothing returns nothing
set gg_trg_tr1_base_____________________u = CreateTrigger( )
call TriggerAddAction( gg_trg_tr1_base_____________________u, function Trig_tr1_base_____________________u_Actions )
endfunction