buhfur

For all things in my brain

View on GitHub

Click to Move

turns right click to move function on and off

/run if GetCVar("autointeract") == "0" then SetCVar("autointeract", "1") else SetCVar("autointeract", "0") end