Blame | Letzte Änderung | Log anzeigen | RSS feed
//Generated by BehavEdrem ( "Lab 3 Klingon1 search routine" );task ( "gotoconsole1" ){set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_WALK" );set ( /*@SET_TYPES*/ "SET_NAVGOAL", $get( STRING, "SET_PARM3")$ );}wait ( 1000 );set ( /*@SET_TYPES*/ "SET_ENEMY", "NULL" );set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" );dowait ( "gotoconsole1" );set ( /*@SET_TYPES*/ "SET_VIEWTARGET", $get( STRING, "SET_PARM4")$ );wait ( 2000 );set ( /*@SET_TYPES*/ "SET_BEAM", /*@BOOL_TYPES*/ "true" );set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_CONSOLE1IDLE" );set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );loop ( -1 ){use ( "ccpanelsnd1" );wait ( $random( 2000, 8000 )$ );use ( "ccpanelsnd2" );wait ( $random( 2000, 8000 )$ );use ( "ccpanelsnd3" );wait ( $random( 4000, 10000 )$ );use ( "ccpanelsnd2" );wait ( $random( 2000, 8000 )$ );use ( "ccpanelsnd1" );wait ( $random( 4000, 10000 )$ );use ( "ccpanelsnd3" );wait ( $random( 4000, 10000 )$ );}