Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

//(BHVDREM)  affect ( "munro_cin1", /*@AFFECT_TYPE*/ FLUSH )
//(BHVDREM)  {
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
//(BHVDREM)  }


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

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

        dowait ( "Illia0" );

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

                task ( "Norton1" )
                {
                        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-3_10/Norton/believe.wav" );
                }

                dowait ( "Norton1" );
        }

}