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
 
5
//(BHVDREM)  affect ( "Vorik", /*@AFFECT_TYPE*/ FLUSH )
6
//(BHVDREM)  {
7
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "true" );
8
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "true" );
9
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_COMPRESSION_RIFLE" );
10
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_HUNT_AND_KILL" );
11
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_ENEMY_TEAM", /*@TEAM_NAMES*/ "TEAM_SCAVENGERS" );
12
//(BHVDREM)  }
13
 
14
 
15
affect ( "Pelletier", /*@AFFECT_TYPE*/ FLUSH )
16
{
17
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "true" );
18
        set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "true" );
19
        set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_COMPRESSION_RIFLE" );
20
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_STAND_AND_SHOOT" );
21
        set ( /*@SET_TYPES*/ "SET_ENEMY_TEAM", /*@TEAM_NAMES*/ "TEAM_SCAVENGERS" );
22
        wait ( 2000.000 );
23
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/col7_2/pelletier/open.mp3" );
24
        wait ( 2000.000 );
25
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/col7_2/pelletier/cover.mp3" );
26
}
27
 
28
 
29
affect ( "Lang", /*@AFFECT_TYPE*/ FLUSH )
30
{
31
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "true" );
32
        set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "true" );
33
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "consolelook" );
34
        set ( /*@SET_TYPES*/ "SET_DYAW", 0.000 );
35
        set ( /*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "true" );
36
        set ( /*@SET_TYPES*/ "SET_IGNOREALERTS", /*@BOOL_TYPES*/ "true" );
37
        set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_CONSOLE2" );
38
        set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 37000 );
39
        wait ( 7000.000 );
40
        sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/col7_2/lang/already.mp3" );
41
        wait ( 10000.000 );
42
        wait ( 10000.000 );
43
        wait ( 10000.000 );
44
        use ( "glassdoor" );
45
        use ( "dooropensound" );
46
        set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "munro" );
47
        wait ( 500.000 );
48
        use ( "doormovesound" );
49
}
50
 
51
wait ( 2500.000 );