Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

affect ( "munro_cin5", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
        camera ( /*@CAMERA_COMMANDS*/ ENABLE );
        camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "spy1_cam1", ORIGIN)$, 0 );
        camera ( /*@CAMERA_COMMANDS*/ FOLLOW, "munro_cin5", 0.000, 0 );
        camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "spy1_cam2", ORIGIN)$, 2000 );

        affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
        {
                set ( /*@SET_TYPES*/ "SET_ORIGIN", $tag( "spy1_player_dest", ORIGIN)$ );
                set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 90.000 0.000 > );
        }

//$"walkTo"@2
        set ( "BSTATE", "BS_WALK" );
        set ( "NAVGOAL", "spy1_nav" );
        wait ( 2000.000 );
        wait ( 1000.000 );
        camera ( /*@CAMERA_COMMANDS*/ FOLLOW, "tagara", 0.000, 1000 );

        task ( "conference" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/conference.wav" );
        }

        dowait ( "conference" );

        task ( "canthear" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/canthear.wav" );
        }

        dowait ( "canthear" );

        task ( "tagara" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/tagara.wav" );
        }

        dowait ( "tagara" );
        camera ( /*@CAMERA_COMMANDS*/ FOLLOW, "norton", 0.000, 0 );
        camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "spy1_cam3", ORIGIN)$, 1000 );

        task ( "talkingto" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/talkingto.wav" );
        }

        dowait ( "talkingto" );
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
        camera ( /*@CAMERA_COMMANDS*/ DISABLE );
        wait ( 1000.000 );
        set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "OBJ_REPEL_CB8" );
}