Subversion-Projekte sthq.argas

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
46 lars 1
//Generated by BehavEd
2
 
3
rem ( "Lab 3 Klingon2 search routine" );
4
 
5
task ( "gotoconsole1a" )
6
{
7
	set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
8
	set ( /*@SET_TYPES*/ "SET_NAVGOAL", $get( STRING, "SET_PARM3")$ );
9
}
10
 
11
wait ( 1500 );
12
set ( /*@SET_TYPES*/ "SET_ENEMY", "NULL" );
13
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" );
14
set ( /*@SET_TYPES*/ "SET_VIEWTARGET", $get( STRING, "SET_PARM5")$ );
15
wait ( 1500 );
16
set ( /*@SET_TYPES*/ "SET_VIEWTARGET", $get( STRING, "SET_PARM4")$ );
17
wait ( 1900 );
18
dowait ( "gotoconsole1a" );
19
set ( /*@SET_TYPES*/ "SET_VIEWTARGET", $get( STRING, "SET_PARM4")$ );
20
wait ( 1500 );
21
set ( /*@SET_TYPES*/ "SET_VIEWTARGET", "NULL" );
22
wait ( 1000 );
23
set ( /*@SET_TYPES*/ "SET_BEAM", /*@BOOL_TYPES*/ "true" );
24
set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_CONSOLE1IDLE" );
25
set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );