I'm using this to switch between having click-to-move active or not.
Can I somehow also make it display a text like "interact on" and "interact off" onscreen? Like those kind of raid warnings.
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end
Connect With Us