Blame | Letzte Änderung | Log anzeigen | RSS feed
//Generated by BehavEdrem ( "Trooper with Pistol idle spawn 1" );set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_PALADIN" );set ( /*@SET_TYPES*/ "SET_PLAYER_TEAM", /*@TEAM_NAMES*/ "TEAM_IMPERIAL" );set ( /*@SET_TYPES*/ "SET_ENEMY_TEAM", /*@TEAM_NAMES*/ "TEAM_STARFLEET" );set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" );//task ( "stand1" ){set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_STAND1" );set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 10000 );}loop ( -1 ){dowait ( "stand1" );set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 0 );wait ( $random( 15000, 20000 )$ );}