# Disable Stamina For All AI

> Go to your mission folder go to your **init.sqf** file and add this line in there:
>
> {% code overflow="wrap" %}
>
> ```sqf
> // DISABLE STAMINA FOR ALL AI
> [] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };
> ```
>
> {% endcode %}
