config...

hi is it possible to activate a key by klicking another key ?
for example:
bind x say hello
bind y say hello + activate x

thats just an example i have no clue if this cmds really exist :P
Comments
9
autoexec.cfg :
unbind x
bind y "say hello; exec random.cfg"
random.cfg :
bind x say hello
ask perfo
ask perfo
i need to know what you specifically want to do
autoexec.cfg:

vid_restart
wait 30
exec autoexec


GG ET
and it's possible using set / vstr

bind x "set blaatje "vsay hello "perfo is a noob"""
bind y "+vstr hmhm1 hmhm2"
set hmhm1 "+prone; vstr blaatje"
set hmhm2 "-prone"
Back to top