Blame | Letzte Änderung | Log anzeigen | RSS feed
//Generated by BehavEdrem ( "Klingon with Pistol idle spawn 1" );run ( "ae_03/klnwpnone" );set ( /*@SET_TYPES*/ "SET_PLAYER_TEAM", /*@TEAM_NAMES*/ "TEAM_KLINGON" );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 )$ );}