TMF icon indicating copy to clipboard operation
TMF copied to clipboard

Disable path on units when using garrison tool

Open Freddo3000 opened this issue 5 years ago • 0 comments

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.

Freddo3000 avatar Sep 28 '20 20:09 Freddo3000