TMF
TMF copied to clipboard
Disable path on units when using garrison tool
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.