Disable Stamina For All AI
// DISABLE STAMINA FOR ALL AI [] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };
Last updated
// DISABLE STAMINA FOR ALL AI [] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };
Last updated