Blame | Letzte Änderung | Log anzeigen | RSS feed
//Generated by BehavEdrem ( "Klingon with Pistol idle spawn 2" );run ( "m1/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 ( "stand2" ){set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_STAND2" );set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 8000 );}loop ( -1 ){dowait ( "stand2" );set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", 0 );wait ( $random( 8000, 16000 )$ );}