Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

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

        task ( "Klingon1" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Klingon/witness_dialog_Klingon1.wav" );
        }

        dowait ( "Klingon1" );

        task ( "Klingon2" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Klingon/witness_dialog_Klingon2.wav" );
        }

        dowait ( "Klingon2" );

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

                task ( "Norton3" )
                {
                        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Norton/witness_dialog_Norton3.wav" );
                }

                dowait ( "Norton3" );

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

                        task ( "Klingon4" )
                        {
                                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Klingon/witness_dialog_Klingon4.wav" );
                        }

                        dowait ( "Klingon4" );

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

                                task ( "Norton5" )
                                {
                                        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Norton/witness_dialog_Norton5.wav" );
                                }

                                dowait ( "Norton5" );

                                task ( "Norton6" )
                                {
                                        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Norton/witness_dialog_Norton6.wav" );
                                }

                                dowait ( "Norton6" );
                        }

                }

        }

}


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

        task ( "Illia0" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/c7-3_8/Illia/witness_dialog_Illia0.wav" );
        }

        dowait ( "Illia0" );
}