Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

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

        task ( "Gordon2" )
        {
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-3_10/Gordon/rightontime.wav" );
        }

        dowait ( "Gordon2" );
}


affect ( "Norton", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_PLAYER_TEAM", /*@TEAM_NAMES*/ "TEAM_SCAVENGERS" );
        set ( /*@SET_TYPES*/ "SET_ENEMY_TEAM", /*@TEAM_NAMES*/ "TEAM_STARFLEET" );
        set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_PHASER" );
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_STAND_AND_SHOOT" );
        set ( /*@SET_TYPES*/ "SET_ENEMY", "munro" );
}