Subversion-Projekte sthq.argas

Revision

Revision 36 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
16 lars 1
//Generated by BehavEd
2
 
3
rem ( "comment" );
4
 
36 lars 5
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
6
{
7
	set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_STASIS" );
8
}
9
 
10
 
16 lars 11
affect ( "kirk1", /*@AFFECT_TYPE*/ FLUSH )
12
{
13
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
36 lars 14
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
15
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
16
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
23 lars 17
}
18
 
19
 
20
affect ( "kirk2", /*@AFFECT_TYPE*/ FLUSH )
21
{
22
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
36 lars 23
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
24
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
25
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
23 lars 26
}
27
 
28
 
29
affect ( "kirk1final", /*@AFFECT_TYPE*/ FLUSH )
30
{
31
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
36 lars 32
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
33
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
34
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
23 lars 35
}
36
 
37
 
38
affect ( "argaskirk1", /*@AFFECT_TYPE*/ FLUSH )
39
{
40
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
36 lars 41
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
42
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
43
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
23 lars 44
}
45
 
46
 
47
affect ( "kirk1", /*@AFFECT_TYPE*/ FLUSH )
48
{
36 lars 49
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
50
	camera ( /*@CAMERA_COMMANDS*/ ENABLE );
16 lars 51
	camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 1.000, 0 );
52
	camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam1", ORIGIN)$, 0 );
53
	camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
54
	wait ( 2000.000 );
55
	sound ( /*@CHANNELS*/ CHAN_AUTO, "music/materialisation.mp3" );
56
	camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 3000 );
57
	wait ( 2000.000 );
58
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
36 lars 59
	set ( /*@SET_TYPES*/ "SET_EVENT", /*@EVENT_NAMES*/ "EV_BEAM_TO_VIS" );
60
	wait ( 6500.000 );
16 lars 61
	camera ( /*@CAMERA_COMMANDS*/ MOVE, < 1150.000 20.000 564.000 >, 0 );
62
	camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 220.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
63
	camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 140.000 0.000 >, < 0.000 0.000 0.000 >, 7000 );
64
	wait ( 6000.000 );
65
	wait ( 1200.000 );
66
	camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam6", ORIGIN)$, 0 );
67
	camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
68
	camera ( /*@CAMERA_COMMANDS*/ ZOOM, 10.000, 0 );
69
	camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam7", ORIGIN)$, 1000 );
70
	camera ( /*@CAMERA_COMMANDS*/ ZOOM, 120.000, 1000 );
71
	wait ( 1500.000 );
72
 
73
	task ( "Kirk0" )
74
	{
75
		sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/ae_01/Kirk/dialog1_Kirk0.wav" );
76
	}
77
 
78
	dowait ( "Kirk0" );
79
	use ( "court" );
80
	camera ( /*@CAMERA_COMMANDS*/ DISABLE );
81
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
82
}
83