Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
16 lars 1
//Generated by BehavEd
2
 
3
 
4
affect ( "turbo_kirk", /*@AFFECT_TYPE*/ FLUSH )
5
{
6
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "towel" );
27 lars 7
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
16 lars 8
}
9
 
10
 
27 lars 11
affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
12
{
13
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
14
}
15
 
16
 
21 lars 17
if ( $get( FLOAT, "SET_OBJECTIVECSATLOS")=1.000000$ )
18
{
19
 
20
	affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
21
	{
22
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
23
	}
24
 
25
 
26
	affect ( "observationkirk", /*@AFFECT_TYPE*/ FLUSH )
27
	{
28
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
29
	}
30
 
31
 
32
	affect ( "shuttlekirk", /*@AFFECT_TYPE*/ FLUSH )
33
	{
34
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
35
	}
36
 
37
}
38
 
39
 
16 lars 40
if ( $get( FLOAT, "SET_OBJECTIVEFOSTER")=1.000000$ )
41
{
42
 
43
	affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
44
	{
45
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
46
	}
47
 
48
 
49
	affect ( "observationkirk", /*@AFFECT_TYPE*/ FLUSH )
50
	{
51
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
52
	}
53
 
21 lars 54
 
55
	affect ( "shuttlekirk", /*@AFFECT_TYPE*/ FLUSH )
56
	{
57
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
58
	}
59
 
16 lars 60
}
61
 
62
 
63
if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM2")=1.000000$ )
64
{
65
 
66
	affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
67
	{
68
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
69
	}
70
 
71
 
72
	affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
73
	{
74
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
75
	}
76
 
21 lars 77
 
78
	affect ( "shuttlekirk", /*@AFFECT_TYPE*/ INSERT )
79
	{
80
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
81
	}
82
 
16 lars 83
}
84
 
85
 
86
if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM3")=1.000000$ )
87
{
88
	remove ( "hangarpanel_infostring" );
89
 
90
	affect ( "bayfloordoor1", /*@AFFECT_TYPE*/ FLUSH )
91
	{
92
		move ( $tag("bayfloordoor1_open",ORIGIN)$, $<0 0 0>$, 0.000 );
93
	}
94
 
95
 
96
	affect ( "bayfloordoor2", /*@AFFECT_TYPE*/ FLUSH )
97
	{
98
		move ( $tag("bayfloordoor2_open",ORIGIN)$, $<0 0 0>$, 0.000 );
99
	}
100
 
101
 
102
	affect ( "platform", /*@AFFECT_TYPE*/ FLUSH )
103
	{
104
		move ( $tag("platform_up",ORIGIN)$, $<0 0 0>$, 0.000 );
105
	}
106
 
107
 
108
	affect ( "shuttle", /*@AFFECT_TYPE*/ FLUSH )
109
	{
110
		move ( $tag("shuttle_up",ORIGIN)$, $<0 0 0>$, 0.000 );
111
		rotate ( < 0.000 180.000 0.000 >, 0.000 );
112
	}
113
 
114
 
21 lars 115
	affect ( "phaserinfo_mover", /*@AFFECT_TYPE*/ FLUSH )
116
	{
117
		move ( $tag("phaserinfostring_up",ORIGIN)$, $<0 0 0>$, 6000.000 );
118
	}
119
 
120
 
16 lars 121
	affect ( "platmech1", /*@AFFECT_TYPE*/ FLUSH )
122
	{
123
		rotate ( < 0.000 0.000 -40.000 >, 0 );
124
	}
125
 
126
 
127
	affect ( "platmech2", /*@AFFECT_TYPE*/ FLUSH )
128
	{
129
		rotate ( < 0.000 0.000 40.000 >, 0 );
130
	}
131
 
21 lars 132
	rem ( "the next line activates the trigger to open the phaser locker" );
133
	use ( "phaserpickup" );
134
 
135
	if ( $get( FLOAT, "SET_OBJECTIVECSATLOS")=1.000000$ )
136
	{
137
		remove ( "phaser_infostring" );
138
	}
139
 
16 lars 140
}
141
 
142
 
143
if ( $get( FLOAT, "SET_OBJECTIVEODELL")=1.000000$ )
144
{
145
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel hazard" );
146
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel hazard" );
147
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton remove towel" );
148
}
149
 
150
 
151
else (  )
152
{
153
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel kirk_swim" );
154
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel kirk_swim" );
155
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );
156
}
157
 
158
 
159
affect ( "observationkirk", /*@AFFECT_TYPE*/ FLUSH )
160
{
161
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
162
}
163
 
164
 
165
affect ( "observationkirk_swim", /*@AFFECT_TYPE*/ FLUSH )
166
{
167
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "towel" );
168
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
169
}
170
 
21 lars 171
 
172
affect ( "shuttlekirk", /*@AFFECT_TYPE*/ FLUSH )
173
{
174
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
175
}
176
 
16 lars 177
rem ( "Fosterlives=tricorder" );
178
rem ( "odelllives=unifrom" );
179
rem ( "csatloslives=phaser" );
180
rem ( "Isodesium1=coordinates" );
181
rem ( "isodesium2=communicator" );
182
rem ( "isodesium3=shuttle" );