#Set CVar on Login or reload
1 messages · Page 1 of 1 (latest)
If you use Details there's a section for snippets to run on login
Any chance you could show me where that is in the details options?
"Auto Run Code"
Oh ok. So now I just need the code that sets CVars?
I know the console command is
"/console ActionButtonUseKeyDown 1"
Ok, so I found the right code, however, when I added it to the Auto Run Code section under Event: On Initilization it doesn't seem to do anything
SetCVar(ActionButtonUseKeyDown,1)
That is what I added
@tranquil stream This is the error it is giving me
You're trying to send a var which doesn't exist. Make it a string.
Tried this based on the error
Which sent this back
I am totally confused :/
I feel like a moron
ActionButtonUseKeyDown this is a var.
"ActionButtonUseKeyDown" this is a string