Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
//Generated by BehavEd
2
 
3
rem ( "comment" );
4
wait ( 1000.000 );
5
 
6
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
7
{
8
	set ( /*@SET_TYPES*/ "SET_MISSIONSTATUSTEXT", /*@STATUSTEXT*/ "STAT_DIDNTPROTECTTECH" );
9
	set ( /*@SET_TYPES*/ "SET_PLAYER_LOCKED", /*@BOOL_TYPES*/ "true" );
10
	set ( /*@SET_TYPES*/ "SET_HEALTH", 0 );
11
	//(BHVDREM)  camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 2000 );
12
	//(BHVDREM)  wait ( 2000.000 );
13
	//(BHVDREM)  kill ( "munro" );
14
}
15