Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );
wait ( 1000.000 );

affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_MISSIONSTATUSTEXT", /*@STATUSTEXT*/ "STAT_DIDNTPROTECTTECH" );
        set ( /*@SET_TYPES*/ "SET_PLAYER_LOCKED", /*@BOOL_TYPES*/ "true" );
        set ( /*@SET_TYPES*/ "SET_HEALTH", 0 );
        //(BHVDREM)  camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 2000 );
        //(BHVDREM)  wait ( 2000.000 );
        //(BHVDREM)  kill ( "munro" );
}