Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

affect ( "Vorik", /*@AFFECT_TYPE*/ FLUSH )
{

        task ( "Gocor3" )
        {
//$"runTo"@2
                set ( "BSTATE", "BS_RUN" );
                set ( "NAVGOAL", "corridor_nav_Vorik1" );
        }

        dowait ( "Gocor3" );
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );
}


affect ( "Lang", /*@AFFECT_TYPE*/ FLUSH )
{

        task ( "Gocor3" )
        {
//$"runTo"@2
                set ( "BSTATE", "BS_RUN" );
                set ( "NAVGOAL", "corridor_nav_Lang1" );
        }

        dowait ( "Gocor3" );
        set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 240.000 0.000 > );
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );
}


affect ( "Pelletier", /*@AFFECT_TYPE*/ FLUSH )
{

        task ( "gocor3" )
        {
//$"runTo"@2
                set ( "BSTATE", "BS_RUN" );
                set ( "NAVGOAL", "corridor_nav3" );
        }

        //(BHVDREM)  do ( "gocor3" );
        dowait ( "gocor3" );
        set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 240.000 0.000 > );
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );

        task ( "space" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_4/Marx/space.wav" );
        }

        dowait ( "space" );

        task ( "youtake" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_4/Marx/youtake.wav" );
        }

        dowait ( "youtake" );

        task ( "wait2" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_4/Marx/wait2.wav" );
        }

        dowait ( "wait2" );
        set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "OBJ_COMPCORE" );
        //(BHVDREM)  wait ( "gocor3" );

        affect ( "Vorik", /*@AFFECT_TYPE*/ FLUSH )
        {
                wait ( 1000.000 );

                task ( "Gocor4v" )
                {
//$"runTo"@2
                        set ( "BSTATE", "BS_RUN" );
                        set ( "NAVGOAL", "corridor_nav4" );
                }


                task ( "Gocor5v" )
                {
//$"runTo"@2
                        set ( "BSTATE", "BS_RUN" );
                        set ( "NAVGOAL", "corridor_nav_Vorik2" );
                }

                dowait ( "Gocor4v" );
                dowait ( "Gocor5v" );
                set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 100.000 0.000 > );
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
                set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );
        }


        affect ( "Lang", /*@AFFECT_TYPE*/ FLUSH )
        {
                wait ( 1500.000 );

                task ( "Gocor4l" )
                {
//$"runTo"@2
                        set ( "BSTATE", "BS_RUN" );
                        set ( "NAVGOAL", "corridor_nav4" );
                }


                task ( "Gocor5l" )
                {
//$"runTo"@2
                        set ( "BSTATE", "BS_WALK" );
                        set ( "NAVGOAL", "corridor_nav_Lang2" );
                }

                dowait ( "Gocor4l" );
                dowait ( "Gocor5l" );
                set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 250.000 0.000 > );
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
                set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );
        }


        task ( "Gocor4" )
        {
//$"runTo"@2
                set ( "BSTATE", "BS_RUN" );
                set ( "NAVGOAL", "corridor_nav4" );
        }


        task ( "Gocor5" )
        {
//$"runTo"@2
                set ( "BSTATE", "BS_RUN" );
                set ( "NAVGOAL", "corridor_nav_Pelletier2" );
        }

        dowait ( "Gocor4" );
        dowait ( "Gocor5" );
        set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 280.000 0.000 > );
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "Munro" );
}