Subversion-Projekte sthq.gbs

Revision

Revision 860 | Revision 864 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 860 Revision 862
Zeile 6... Zeile 6...
6
// Created on:		17/11/03
6
// Created on:		17/11/03
7
// Last Edited on:  04/02/07
7
// Last Edited on:  04/02/07
8
// Last Edited by:	ltiefland
8
// Last Edited by:	ltiefland
Zeile 9... Zeile 9...
9
 
9
 
-
 
10
void main();
10
void main();
11
void warning();
11
void initArchetypes();
12
void initArchetypes();
12
void turbo();
13
void turbo();
13
void eng_beccy();
14
void eng_beccy();
14
void eng_harm();
15
void eng_harm();
Zeile 48... Zeile 49...
48
//--------------------------------------------------
49
//--------------------------------------------------
49
//	General Level Setup
50
//	General Level Setup
50
//--------------------------------------------------
51
//--------------------------------------------------
Zeile 51... Zeile 52...
51
 
52
 
-
 
53
	$world.light_lightstyle( "redalert3", "a", 1 ); //switch off red alert lights
52
	$world.light_lightstyle( "redalert3", "a", 1 ); //switch off red alert lights
54
	$warn.nottriggerable();
53
	$alert_green.show();
55
	$alert_green.show();
54
	$alert_red.hide();
56
	$alert_red.hide();
55
	$rag.show();
57
	$rag.show();
56
	$rar.hide();
58
	$rar.hide();
Zeile 1130... Zeile 1132...
1130
	CommandToGroup ( 666 , "visiondistance" , "4000" , "" );
1132
	CommandToGroup ( 666 , "visiondistance" , "4000" , "" );
1131
	CommandToGroup ( 666 , "fov" , "360" , "" );
1133
	CommandToGroup ( 666 , "fov" , "360" , "" );
1132
	CommandToGroup ( 666 , "attack" , "$player" , "" );
1134
	CommandToGroup ( 666 , "attack" , "$player" , "" );
1133
	$security1.ai_on();
1135
	$security1.ai_on();
1134
	$security2.ai_on();
1136
	$security2.ai_on();
-
 
1137
	$warn.triggerable();
-
 
1138
}
-
 
1139
 
-
 
1140
void warning()
-
 
1141
{
1135
	$security2.playdialog("localization/sound/dialog/map03/lee/shoot.mp3",  1, 10000, 0);
1142
	$security2.playdialog("localization/sound/dialog/map03/lee/shoot.mp3",  1, 10000, 0);
1136
	waitfordialog($security2);
1143
	waitfordialog($security2);
1137
}
1144
}
Zeile 1138... Zeile 1145...
1138
 
1145
 
1139
 
1146
 
1140
void levelchange()
1147
//void levelchange()
1141
{
1148
//{