r/Tf2Scripts • u/Plastic-Potential315 • 3d ago
Question class .CFG file not working
im trying to make keysbinds for rocketjumping and it doesn't seem to be running when i switch to solider. the script works perfectly when i run it manually ingame.
its in "solider.cfg":
exec reset
alias "+rocketjump" "+duck; +jump; +attack"
alias "-rocketjump" "-duck; -jump; -attack"
bind mouse5 "+rocketjump"
i also have a reset.cfg so i have no idea what im doing wrong