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
use ( "doormovesound" );
5
 
6
//(BHVDREM)  affect ( "Vorik", /*@AFFECT_TYPE*/ FLUSH )
7
//(BHVDREM)  {
8
        //(BHVDREM)  wait ( 1000.000 );
9
 
10
        //(BHVDREM)  task ( "gotobehinddoornav0" )
11
        //(BHVDREM)  {
12
                //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
13
                //(BHVDREM)  set ( "NAVGOAL", "behinddoornav0" );
14
        //(BHVDREM)  }
15
 
16
 
17
        //(BHVDREM)  task ( "gotobehinddoornav1" )
18
        //(BHVDREM)  {
19
                //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
20
                //(BHVDREM)  set ( "NAVGOAL", "behinddoornav1" );
21
        //(BHVDREM)  }
22
 
23
 
24
        //(BHVDREM)  task ( "gotobehinddoornav2" )
25
        //(BHVDREM)  {
26
                //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
27
                //(BHVDREM)  set ( "NAVGOAL", "vorik_behinddoornav2" );
28
        //(BHVDREM)  }
29
 
30
        //(BHVDREM)  dowait ( "gotobehinddoornav0" );
31
        //(BHVDREM)  dowait ( "gotobehinddoornav1" );
32
        //(BHVDREM)  dowait ( "gotobehinddoornav2" );
33
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 170.000 0.000 > );
34
        //(BHVDREM)  set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
35
//(BHVDREM)  }
36
 
37
 
38
affect ( "Pelletier", /*@AFFECT_TYPE*/ FLUSH )
39
{
40
 
41
        task ( "gotobehinddoornav0" )
42
        {
43
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
44
                set ( "NAVGOAL", "behinddoornav0" );
45
        }
46
 
47
 
48
        task ( "gotobehinddoornav1" )
49
        {
50
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
51
                set ( "NAVGOAL", "behinddoornav1" );
52
        }
53
 
54
 
55
        task ( "gotobehinddoornav2" )
56
        {
57
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
58
                set ( "NAVGOAL", "Pelletier_behinddoornav2" );
59
        }
60
 
61
        dowait ( "gotobehinddoornav0" );
62
        dowait ( "gotobehinddoornav1" );
63
        dowait ( "gotobehinddoornav2" );
64
        set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 200.000 0.000 > );
65
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
66
}
67
 
68
 
69
affect ( "Lang", /*@AFFECT_TYPE*/ FLUSH )
70
{
71
 
72
        task ( "doorsopen" )
73
        {
74
                sound ( /*@CHANNELS*/ CHAN_VOICE, "sound/voice/c7-1_3/Romanov/doorsopen.mp3" );
75
        }
76
 
77
        dowait ( "doorsopen" );
78
 
79
        task ( "gotonav3" )
80
        {
81
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
82
                set ( "NAVGOAL", "nav3" );
83
        }
84
 
85
 
86
        task ( "gotobehinddoornav0" )
87
        {
88
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
89
                set ( "NAVGOAL", "behinddoornav0" );
90
        }
91
 
92
 
93
        task ( "gotobehinddoornav1" )
94
        {
95
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
96
                set ( "NAVGOAL", "behinddoornav1" );
97
        }
98
 
99
 
100
        task ( "gotobehinddoornav2" )
101
        {
102
                set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
103
                set ( "NAVGOAL", "Lang_behinddoornav2" );
104
        }
105
 
106
        dowait ( "gotonav3" );
107
        dowait ( "gotobehinddoornav0" );
108
        dowait ( "gotobehinddoornav1" );
109
        dowait ( "gotobehinddoornav2" );
110
        set ( /*@SET_TYPES*/ "SET_ANGLES", < 0.000 0.000 0.000 > );
111
        set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
112
}