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
declare ( /*@DECLARE_TYPE*/ STRING, "security" );
5
set ( "security", "FALSE" );
6
kill ( "specimen" );
7
 
8
affect ( "munro_cin1", /*@AFFECT_TYPE*/ FLUSH )
9
{
10
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
11
}
12
 
13
 
14
affect ( "munro_cin2", /*@AFFECT_TYPE*/ FLUSH )
15
{
16
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
17
}
18
 
19
 
20
affect ( "munro_cin4", /*@AFFECT_TYPE*/ FLUSH )
21
{
22
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
23
}
24
 
25
 
26
affect ( "munro_cin5", /*@AFFECT_TYPE*/ FLUSH )
27
{
28
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
29
	set ( /*@SET_TYPES*/ "SET_CAMERA_GROUP", "munro_cin5" );
30
}
31
 
32
 
33
affect ( "detector", /*@AFFECT_TYPE*/ FLUSH )
34
{
35
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
36
}
37
 
38
 
39
affect ( "norton", /*@AFFECT_TYPE*/ FLUSH )
40
{
41
	set ( /*@SET_TYPES*/ "SET_CAMERA_GROUP", "norton" );
42
	set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_SIT1TO2" );
43
	set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );
44
}
45
 
46
 
47
affect ( "tagara", /*@AFFECT_TYPE*/ FLUSH )
48
{
49
	set ( /*@SET_TYPES*/ "SET_CAMERA_GROUP", "tagara" );
50
	set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_SIT1TO2" );
51
	set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_NONE" );
52
	set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );
53
}
54
 
55
wait ( 1000.000 );
56
set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "OBJ_TO_ENG" );
57
set ( /*@SET_TYPES*/ "SET_OBJECTIVE_HIDE", /*@OBJECTIVES*/ "OBJ_JEFF_JUNCTION" );
58
use ( "security_console" );
59
use ( "security_console" );
60
 
61
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
62
{
63
 
64
	task ( "smell" )
65
	{
66
		sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/smell.wav" );
67
	}
68
 
69
	dowait ( "smell" );
70
 
71
	task ( "findway" )
72
	{
73
		sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_4/I/find.wav" );
74
	}
75
 
76
	dowait ( "findway" );
77
}
78