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
affect ( "vorik", /*@AFFECT_TYPE*/ FLUSH )
6
{
7
 
8
	task ( "Gocor0" )
9
	{
10
//$"runTo"@2
11
		set ( "BSTATE", "BS_WALK" );
12
		set ( "NAVGOAL", "corridor_nav0" );
13
	}
14
 
15
 
16
	task ( "Gocor1" )
17
	{
18
//$"runTo"@2
19
		set ( "BSTATE", "BS_WALK" );
20
		set ( "NAVGOAL", "corridor_nav1" );
21
	}
22
 
23
 
24
	task ( "Gocor2" )
25
	{
26
//$"runTo"@2
27
		set ( "BSTATE", "BS_WALK" );
28
		set ( "NAVGOAL", "corridor_nav2" );
29
	}
30
 
31
 
32
	task ( "Gocor3" )
33
	{
34
//$"runTo"@2
35
		set ( "BSTATE", "BS_RUN" );
36
		set ( "NAVGOAL", "corridor_nav_Vorik1" );
37
	}
38
 
39
	dowait ( "Gocor0" );
40
	dowait ( "Gocor1" );
41
	dowait ( "Gocor2" );
42
	dowait ( "Gocor3" );
43
}
44
 
45
wait ( 500.000 );
46
 
47
affect ( "Pelletier", /*@AFFECT_TYPE*/ FLUSH )
48
{
49
 
50
	task ( "Gocor0" )
51
	{
52
//$"runTo"@2
53
		set ( "BSTATE", "BS_WALK" );
54
		set ( "NAVGOAL", "corridor_nav0" );
55
	}
56
 
57
 
58
	task ( "Gocor1" )
59
	{
60
//$"runTo"@2
61
		set ( "BSTATE", "BS_WALK" );
62
		set ( "NAVGOAL", "corridor_nav1" );
63
	}
64
 
65
 
66
	task ( "Gocor2" )
67
	{
68
//$"runTo"@2
69
		set ( "BSTATE", "BS_WALK" );
70
		set ( "NAVGOAL", "corridor_nav2" );
71
	}
72
 
73
 
74
	task ( "Gocor3" )
75
	{
76
//$"runTo"@2
77
		set ( "BSTATE", "BS_RUN" );
78
		set ( "NAVGOAL", "corridor_nav3" );
79
	}
80
 
81
 
82
	//(BHVDREM)  task ( "Gocor4" )
83
	//(BHVDREM)  {
84
//(BHVDREM)  //$"runTo"@2
85
		//(BHVDREM)  set ( "BSTATE", "BS_RUN" );
86
		//(BHVDREM)  set ( "NAVGOAL", "corridor_nav4" );
87
	//(BHVDREM)  }
88
 
89
 
90
	//(BHVDREM)  task ( "Gocor5" )
91
	//(BHVDREM)  {
92
//(BHVDREM)  //$"runTo"@2
93
		//(BHVDREM)  set ( "BSTATE", "BS_RUN" );
94
		//(BHVDREM)  set ( "NAVGOAL", "corridor_nav_Pelletier2" );
95
	//(BHVDREM)  }
96
 
97
	dowait ( "Gocor0" );
98
	dowait ( "Gocor1" );
99
	dowait ( "Gocor2" );
100
	dowait ( "Gocor3" );
101
}
102
 
103
wait ( 500.000 );
104
 
105
affect ( "Lang", /*@AFFECT_TYPE*/ FLUSH )
106
{
107
 
108
	task ( "Gocor0" )
109
	{
110
//$"runTo"@2
111
		set ( "BSTATE", "BS_WALK" );
112
		set ( "NAVGOAL", "corridor_nav0" );
113
	}
114
 
115
 
116
	task ( "Gocor1" )
117
	{
118
//$"runTo"@2
119
		set ( "BSTATE", "BS_WALK" );
120
		set ( "NAVGOAL", "corridor_nav1" );
121
	}
122
 
123
 
124
	task ( "Gocor2" )
125
	{
126
//$"runTo"@2
127
		set ( "BSTATE", "BS_WALK" );
128
		set ( "NAVGOAL", "corridor_nav2" );
129
	}
130
 
131
 
132
	task ( "Gocor3" )
133
	{
134
//$"runTo"@2
135
		set ( "BSTATE", "BS_RUN" );
136
		set ( "NAVGOAL", "corridor_nav_Lang1" );
137
	}
138
 
139
 
140
	//(BHVDREM)  task ( "Gocor4" )
141
	//(BHVDREM)  {
142
//(BHVDREM)  //$"runTo"@2
143
		//(BHVDREM)  set ( "BSTATE", "BS_RUN" );
144
		//(BHVDREM)  set ( "NAVGOAL", "corridor_nav4" );
145
	//(BHVDREM)  }
146
 
147
 
148
	//(BHVDREM)  task ( "Gocor5" )
149
	//(BHVDREM)  {
150
//(BHVDREM)  //$"runTo"@2
151
		//(BHVDREM)  set ( "BSTATE", "BS_RUN" );
152
		//(BHVDREM)  set ( "NAVGOAL", "corridor_nav_Lang2" );
153
	//(BHVDREM)  }
154
 
155
	dowait ( "Gocor0" );
156
	dowait ( "Gocor1" );
157
	dowait ( "Gocor2" );
158
	dowait ( "Gocor3" );
159
	//(BHVDREM)  dowait ( "Gocor4" );
160
	//(BHVDREM)  dowait ( "Gocor5" );
161
}
162