Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "boat_cam", ORIGIN)$, 0 );
camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 200.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 1000 );

affect ( "munro_cin2", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
        camera ( /*@CAMERA_COMMANDS*/ ENABLE );
        wait ( 1000.000 );

        task ( "wheretake" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/Illia/wheretake.wav" );
        }

        dowait ( "wheretake" );

        task ( "ahyes" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/Illia/ahyes.wav" );
        }

        dowait ( "ahyes" );
        wait ( 1000.000 );
        camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 1000 );
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
        camera ( /*@CAMERA_COMMANDS*/ DISABLE );
        camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 1000 );
        wait ( 5000.000 );

        //(BHVDREM)  affect ( "boat1", /*@AFFECT_TYPE*/ FLUSH )
        //(BHVDREM)  {
                //(BHVDREM)  move ( $tag( "boat1_nav1", ORIGIN)$, 10000.000 );
                //(BHVDREM)  wait ( 10500.000 );
                //(BHVDREM)  move ( $tag( "boat1_nav2", ORIGIN)$, 1000.000 );
        //(BHVDREM)  }

}