Code: Select all
section(1)
{
campos = Vector( 52.71815, 40.55291, 1.82569 );
camTarget = Vector( 51.71815, 39.55291, 1.82569 );
camposEnd = Vector( 52.71815, 40.55291, 4.32569 );
camTargetEnd = camTarget;
cam = Camera( campos, camTarget );
cam.BlendTo( 18.0, camposEnd, camTargetEnd);
caption = Caption( 0.5, 0.65, "Shamanic Crow Tourney - match starts in 30 seconds.", 1 );
caption.FadeIn( 1, 2 );
caption.FadeOut( 6, 7 );
caption = Caption( 0.5, 0.65, "Winner is player with most kills after 2 minutes", 1 );
caption.FadeIn( 10, 11 );
caption.FadeOut( 15, 16 );
}
section(2)
{
CustomEvent( 5.0,"StartCrowTournament","0" );
campos = Vector( 52.71815, 40.55291, 4.32569 );
camTarget = Vector( 51.71815, 39.55291, 1.82569 );
camposEnd = Vector( 52.71815, 40.55291, 12.32569 );
camTargetEnd = Vector( 51.71815, 39.55291, 1.82569 );
cam = Camera( campos, camTarget );
cam.BlendTo( 12.0, camposEnd, camTargetEnd);
caption = Caption( 0.5, 0.65, "Ready up...!", 1 );
caption.FadeIn( 8, 9 );
caption.FadeOut( 11, 12 );
}