Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

affect ( "doctor", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "munro" );

        task ( "turnup" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/turnup.mp3" );
        }

        dowait ( "turnup" );

        task ( "vulcantime" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/vulcantime.mp3" );
        }

        dowait ( "vulcantime" );

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

                task ( "err" )
                {
                        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/gordon/err.mp3" );
                }

                dowait ( "err" );

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

                        task ( "excuses" )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/excuses.mp3" );
                        }

                        dowait ( "excuses" );

                        task ( "trying" )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/trying.mp3" );
                        }

                        dowait ( "trying" );

                        task ( "hadyou" )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/hadyou.mp3" );
                        }

                        dowait ( "hadyou" );

                        task ( "gohelp" )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/gohelp.mp3" );
                        }

                        dowait ( "gohelp" );

                        affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/gordon/yes.mp3" );
                                wait ( 500.000 );
                                set ( "Boss_visited", "true" );
                                set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SUCCEEDED", /*@OBJECTIVES*/ "OBJ_RESUPPLY" );
                                set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "OBJ_BEAMOUT" );
                        }

                }

        }


        //(BHVDREM)  task ( "talk1" )
        //(BHVDREM)  {
                //(BHVDREM)  sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/hello.mp3" );
        //(BHVDREM)  }


        //(BHVDREM)  task ( "talk2" )
        //(BHVDREM)  {
                //(BHVDREM)  sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/nottolerate.mp3" );
        //(BHVDREM)  }


        //(BHVDREM)  task ( "talk3" )
        //(BHVDREM)  {
                //(BHVDREM)  sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/threat.mp3" );
        //(BHVDREM)  }


        //(BHVDREM)  task ( "talk4" )
        //(BHVDREM)  {
                //(BHVDREM)  sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_2/norton/nowgo.mp3" );
        //(BHVDREM)  }

        //(BHVDREM)  dowait ( "talk1" );
        //(BHVDREM)  dowait ( "talk2" );
        //(BHVDREM)  dowait ( "talk3" );
        //(BHVDREM)  dowait ( "talk4" );
}