| 9 |
lars |
1 |
//Generated by BehavEd
|
|
|
2 |
|
|
|
3 |
rem ( "comment" );
|
|
|
4 |
set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "set sex female" );
|
|
|
5 |
set ( /*@SET_TYPES*/ "SET_OBJECTIVE_FAILED", /*@OBJECTIVES*/ "OBJ_FOSTERLIVES" );
|
|
|
6 |
|
|
|
7 |
affect ( "munro_cin2", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
8 |
{
|
|
|
9 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
affect ( "munro_cin3", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
14 |
{
|
|
|
15 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
16 |
}
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
affect ( "munro_cin4", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
20 |
{
|
|
|
21 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
affect ( "munro_cin5", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
26 |
{
|
|
|
27 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
28 |
}
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
affect ( "munro_cin11", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
32 |
{
|
|
|
33 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
34 |
}
|
|
|
35 |
|
|
|
36 |
camera ( /*@CAMERA_COMMANDS*/ ENABLE );
|
|
|
37 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 0 );
|
|
|
38 |
|
|
|
39 |
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
40 |
{
|
|
|
41 |
|
|
|
42 |
task ( "secondchapter" )
|
|
|
43 |
{
|
|
|
44 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/speaker/secondchapter.mp3" );
|
|
|
45 |
}
|
|
|
46 |
|
|
|
47 |
dowait ( "secondchapter" );
|
|
|
48 |
|
|
|
49 |
task ( "secondchapter2" )
|
|
|
50 |
{
|
|
|
51 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/speaker/secondchapter2.mp3" );
|
|
|
52 |
}
|
|
|
53 |
|
|
|
54 |
dowait ( "secondchapter2" );
|
|
|
55 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 2000 );
|
|
|
56 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam3", ORIGIN)$, 0 );
|
|
|
57 |
camera ( /*@CAMERA_COMMANDS*/ FOLLOW, "munro_cin", 0.000, 0 );
|
|
|
58 |
set ( /*@SET_TYPES*/ "SET_SCROLLTEXTCOLOR", "RED" );
|
|
|
59 |
set ( /*@SET_TYPES*/ "SET_SCROLLTEXT", "@introduction" );
|
|
|
60 |
|
|
|
61 |
affect ( "munro_cin", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
62 |
{
|
|
|
63 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/Illia/log.mp3" );
|
|
|
64 |
wait ( 52000.000 );
|
|
|
65 |
|
|
|
66 |
task ( "endlog" )
|
|
|
67 |
{
|
|
|
68 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/illia/endlog.mp3" );
|
|
|
69 |
}
|
|
|
70 |
|
|
|
71 |
dowait ( "endlog" );
|
|
|
72 |
|
|
|
73 |
task ( "Complying" )
|
|
|
74 |
{
|
|
|
75 |
sound ( /*@CHANNELS*/ CHAN_BODY, "sound/voice/c7-2_1/Loki/Complying.mp3" );
|
|
|
76 |
}
|
|
|
77 |
|
|
|
78 |
dowait ( "Complying" );
|
|
|
79 |
wait ( 2000.000 );
|
|
|
80 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam4", ORIGIN)$, 1500 );
|
|
|
81 |
|
|
|
82 |
task ( "openchannel" )
|
|
|
83 |
{
|
|
|
84 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/illia/openchannel.mp3" );
|
|
|
85 |
}
|
|
|
86 |
|
|
|
87 |
dowait ( "openchannel" );
|
|
|
88 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam5", ORIGIN)$, 1500 );
|
|
|
89 |
camera ( /*@CAMERA_COMMANDS*/ PAN, < 10.000 180.000 0.000 >, < 0.000 0.000 0.000 >, 500 );
|
|
|
90 |
|
|
|
91 |
task ( "Complying2" )
|
|
|
92 |
{
|
|
|
93 |
sound ( /*@CHANNELS*/ CHAN_BODY, "sound/voice/c7-2_1/Loki/Complying.mp3" );
|
|
|
94 |
}
|
|
|
95 |
|
|
|
96 |
dowait ( "Complying2" );
|
|
|
97 |
wait ( 2000.000 );
|
|
|
98 |
|
|
|
99 |
task ( "Granted" )
|
|
|
100 |
{
|
|
|
101 |
sound ( /*@CHANNELS*/ CHAN_BODY, "sound/voice/c7-2_1/Loki/granted.mp3" );
|
|
|
102 |
}
|
|
|
103 |
|
|
|
104 |
dowait ( "Granted" );
|
|
|
105 |
wait ( 5000.000 );
|
|
|
106 |
|
|
|
107 |
task ( "excellent" )
|
|
|
108 |
{
|
|
|
109 |
sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-2_1/illia/excellent.mp3" );
|
|
|
110 |
}
|
|
|
111 |
|
|
|
112 |
dowait ( "excellent" );
|
|
|
113 |
set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_SIT2TO1" );
|
|
|
114 |
set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_UPPER", 0 );
|
|
|
115 |
wait ( 2500.000 );
|
|
|
116 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
117 |
set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "false" );
|
|
|
118 |
|
|
|
119 |
affect ( "shuttle", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
120 |
{
|
|
|
121 |
move ( $tag( "shuttle_nav1", ORIGIN)$, 7000.000 );
|
|
|
122 |
rotate ( < 0.000 180.000 0.000 >, 7000.000 );
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
|
|
|
126 |
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
127 |
{
|
|
|
128 |
sound ( /*@CHANNELS*/ CHAN_AUTO, "sound/sfx/landing.mp3" );
|
|
|
129 |
}
|
|
|
130 |
|
|
|
131 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam8", ORIGIN)$, 0 );
|
|
|
132 |
camera ( /*@CAMERA_COMMANDS*/ PAN, < -70.000 180.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
|
|
|
133 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam6", ORIGIN)$, 7000 );
|
|
|
134 |
camera ( /*@CAMERA_COMMANDS*/ PAN, < -90.000 180.000 0.000 >, < 0.000 0.000 0.000 >, 7000 );
|
|
|
135 |
wait ( 7000.000 );
|
|
|
136 |
|
|
|
137 |
affect ( "munro_cin3", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
138 |
{
|
|
|
139 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );
|
|
|
140 |
//$"walkTo"@2
|
|
|
141 |
set ( "BSTATE", "BS_WALK" );
|
|
|
142 |
set ( "NAVGOAL", "munro_cin3_nav1" );
|
|
|
143 |
set ( /*@SET_TYPES*/ "SET_CAMERA_GROUP", "munro_cin3" );
|
|
|
144 |
}
|
|
|
145 |
|
|
|
146 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam7", ORIGIN)$, 0 );
|
|
|
147 |
camera ( /*@CAMERA_COMMANDS*/ PAN, < 90.000 0.000 0.000 >, < 0.000 0.000 0.000 >, 0 );
|
|
|
148 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam11", ORIGIN)$, 4000 );
|
|
|
149 |
camera ( /*@CAMERA_COMMANDS*/ PAN, < 90.000 0.000 180.000 >, < 0.000 0.000 0.000 >, 4000 );
|
|
|
150 |
wait ( 3500.000 );
|
|
|
151 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 500 );
|
|
|
152 |
wait ( 500.000 );
|
|
|
153 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 500 );
|
|
|
154 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam8", ORIGIN)$, 0 );
|
|
|
155 |
camera ( /*@CAMERA_COMMANDS*/ FOLLOW, "munro_cin3", 80.000, 0 );
|
|
|
156 |
|
|
|
157 |
affect ( "munro_cin3", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
158 |
{
|
|
|
159 |
wait ( 500.000 );
|
|
|
160 |
set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "look_target1" );
|
|
|
161 |
wait ( 1000.000 );
|
|
|
162 |
set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "look_target2" );
|
|
|
163 |
wait ( 1000.000 );
|
|
|
164 |
set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "look_target0" );
|
|
|
165 |
}
|
|
|
166 |
|
|
|
167 |
wait ( 2500.000 );
|
|
|
168 |
//(BHVDREM) camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam9", ORIGIN)$, 1000 );
|
|
|
169 |
//(BHVDREM) wait ( 1500.000 );
|
|
|
170 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam10", ORIGIN)$, 1000 );
|
|
|
171 |
wait ( 1500.000 );
|
|
|
172 |
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam11", ORIGIN)$, 1000 );
|
|
|
173 |
wait ( 400.000 );
|
|
|
174 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 0.000, < 0.000 0.000 0.000 >, 1.000, 500 );
|
|
|
175 |
wait ( 500.000 );
|
|
|
176 |
|
|
|
177 |
affect ( "munro_cin3", /*@AFFECT_TYPE*/ FLUSH )
|
|
|
178 |
{
|
|
|
179 |
set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
|
|
|
180 |
}
|
|
|
181 |
|
|
|
182 |
wait ( 500.000 );
|
|
|
183 |
camera ( /*@CAMERA_COMMANDS*/ FADE, < 0.000 0.000 0.000 >, 1.000, < 0.000 0.000 0.000 >, 0.000, 500 );
|
|
|
184 |
camera ( /*@CAMERA_COMMANDS*/ DISABLE );
|
|
|
185 |
wait ( 500.000 );
|
|
|
186 |
use ( "music" );
|
|
|
187 |
set ( /*@SET_TYPES*/ "SET_OBJECTIVE_CLEARALL", "DEFAULT" );
|
|
|
188 |
set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "OBJ_ELIMINATEHIROGEN" );
|
|
|
189 |
set ( /*@SET_TYPES*/ "SET_TACTICAL_SHOW", /*@TACTICAL*/ "TACT_JEFFERIES" );
|
|
|
190 |
set ( /*@SET_TYPES*/ "SET_TACTICAL_SHOW", /*@TACTICAL*/ "TACT_HIROGENARE" );
|
|
|
191 |
set ( /*@SET_TYPES*/ "SET_TACTICAL_SHOW", /*@TACTICAL*/ "TACT_TURBOLIFT" );
|
|
|
192 |
}
|
|
|
193 |
|
|
|
194 |
}
|
|
|
195 |
|