TMF3 / TMF

TMF is a mission making mod for Arma 3's 3D editor
http://teamonetactical.com/wiki/doku.php?id=tmf:start
41 stars 25 forks source link

Disable path on units when using garrison tool #391

Open Freddo3000 opened 4 years ago

Freddo3000 commented 4 years ago

Simply adding

if (local this) then {
    this disableAI "PATH";
};

to the unit init, possibly printing an error if there is already anything written in the init field.