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
//(BHVDREM)  use ( "liftdoor" );
5
//(BHVDREM)  use ( "activate_levelchange" );
6
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_NONE" );
7
set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_CONSOLE1" );
8
set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 2000 );
9
 
10
//(BHVDREM)  task ( "use_con" )
11
//(BHVDREM)  {
12
//(BHVDREM)  }
13
 
14
//(BHVDREM)  dowait ( "use_con" );
15
wait ( 1000.000 );
16
 
17
task ( "Gordon0" )
18
{
19
	sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-3_3/Gordon/gas.wav" );
20
}
21
 
22
dowait ( "Gordon0" );
23
 
24
task ( "Gordon1" )
25
{
26
	sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-3_3/Gordon/access.wav" );
27
}
28
 
29
dowait ( "Gordon1" );
30
set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_CONSOLETOSTAND1" );
31
set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "steam4" );
32
use ( "infostringbox" );