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
set ( /*@SET_TYPES*/ "SET_IGNOREENEMIES", /*@BOOL_TYPES*/ "true" );
5
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
6
set ( /*@SET_TYPES*/ "SET_USESCRIPT", "c7-3_7/robots2_use2" );
7
set ( /*@SET_TYPES*/ "SET_PAINSCRIPT", "c7-3_7/robots2_use2" );
8
 
9
task ( "geh1" )
10
{
11
	set ( /*@SET_TYPES*/ "SET_NAVGOAL", "robots2_way1" );
12
}
13
 
14
dowait ( "geh1" );
15
 
16
task ( "geh2" )
17
{
18
	set ( /*@SET_TYPES*/ "SET_NAVGOAL", "robots2_way2" );
19
}
20
 
21
dowait ( "geh2" );
22
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_FACE" );
23
set ( /*@SET_TYPES*/ "SET_VIEWTARGET", "munro" );
24
 
25
task ( "dreh1" )
26
{
27
	set ( /*@SET_TYPES*/ "SET_DYAW", 270.000 );
28
}
29
 
30
dowait ( "dreh1" );