hi guys, found a neat little somethin to help us all out. sometimes i like to be lazy and leave click to move on, but more often it makes things a pain with random accidental click moves and such, so i have to go in the options interface and drill down to disable click to move, but no more!
paste the code into a macro, and voila. what this macro will do is get to see if click to move is disabled, and if so it will enable it, otherwise disable it. so basically if click to move is on, it will be turned off, and if off it will be turned on.
Code:
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end
paste the code into a macro, and voila. what this macro will do is get to see if click to move is disabled, and if so it will enable it, otherwise disable it. so basically if click to move is on, it will be turned off, and if off it will be turned on.