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
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 500 );
5
set ( /*@SET_TYPES*/ "SET_PLAYER_LOCKED", /*@BOOL_TYPES*/ "true" );
6
 
7
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
8
{
9
	set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "false" );
10
	set ( /*@SET_TYPES*/ "SET_ORIGIN", $tag( "player_dest", ORIGIN)$ );
11
}
12
 
13
 
14
affect ( "munro_cin3", /*@AFFECT_TYPE*/ FLUSH )
15
{
16
	set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "false" );
17
}
18
 
19
 
20
affect ( "hovercar", /*@AFFECT_TYPE*/ FLUSH )
21
{
22
	camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 500 );
23
	wait ( 500.000 );
24
	move ( $tag( "hover3", ORIGIN)$, 1000.000 );
25
	rotate ( $tag( "hover3", ANGLES)$, 1000.000 );
26
	wait ( 200.000 );
27
	use ( "hover1_break" );
28
	wait ( 800.000 );
29
	move ( $tag( "hover7", ORIGIN)$, 1000.000 );
30
	wait ( 1000.000 );
31
	use ( "hover7_break" );
32
	use ( "hover8_break" );
33
	move ( $tag( "hover11", ORIGIN)$, 700.000 );
34
	rotate ( $tag( "hover11", ANGLES)$, 700.000 );
35
	wait ( 700.000 );
36
 
37
	affect ( "obstacle", /*@AFFECT_TYPE*/ FLUSH )
38
	{
39
		move ( $tag( "obstacle_nav", ORIGIN)$, 1000.000 );
40
	}
41
 
42
	move ( $tag( "hover15", ORIGIN)$, 700.000 );
43
	wait ( 700.000 );
44
	use ( "hover15_break" );
45
	use ( "hover_exp" );
46
	wait ( 1000.000 );
47
	camera ( /*@CAMERA_COMMANDS*/ ENABLE );
48
	camera ( /*@CAMERA_COMMANDS*/ PAN, < 10.000 270.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
49
	camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "final_cam1", ORIGIN)$, 0 );
50
 
51
	affect ( "munro_cin4", /*@AFFECT_TYPE*/ FLUSH )
52
	{
53
		sound ( /*@CHANNELS*/ CHAN_AUTO, "sound/voice/alexa/misc/pain100.mp3" );
54
		set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
55
		set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_DEADFORWARD1" );
56
		set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );
57
	}
58
 
59
	wait ( 1000.000 );
60
	use ( "endklns" );
61
	wait ( 4000.000 );
62
	camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 700 );
63
	wait ( 2000.000 );
64
	use ( "levelchange" );
65
}
66