Blame | Letzte Änderung | Log anzeigen | RSS feed
//Generated by BehavEdrem ( "Sentry Droid random attack modes" );set ( /*@SET_TYPES*/ "SET_PLAYER_TEAM", /*@TEAM_NAMES*/ "TEAM_IMPERIAL" );set ( /*@SET_TYPES*/ "SET_ENEMY_TEAM", /*@TEAM_NAMES*/ "TEAM_STARFLEET" );set ( /*@SET_TYPES*/ "SET_AGGRESSION", $random( 1 , 5 )$ );set ( /*@SET_TYPES*/ "SET_AIM", $random( 1 , 5 )$ );set ( /*@SET_TYPES*/ "SET_ENEMY", "Munro" );loop ( -1 ){set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN_AND_SHOOT" );wait ( $random( 6000, 10000 )$ );set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_STAND_AND_SHOOT" );wait ( $random( 2000, 4000 )$ );}