Toggle click-to-move
Posted: Wed Sep 02, 2015 1:25 pm
I find click-to-move quite useful when traveling long distances or picking herbs/mining nodes. Still, it's quite annoying when fighting as, more, often than not, it might force you in bad placement situations.
My current solution is a toggle macro for click-to-move, permanently placed on my action bar. I've got thank a player who kindly suggested it to me.
My current solution is a toggle macro for click-to-move, permanently placed on my action bar. I've got thank a player who kindly suggested it to me.
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end