I'm using a script to turn right click into left click + ctrl + space (for rocket jump) and it works but it works for ALL the classes, I need to exclude the ones that aren't soldier, how?
Originally Posted by Herpderp145
I'm using a script to turn right click into left click + ctrl + space (for rocket jump) and it works but it works for ALL the classes, I need to exclude the ones that aren't soldier, how?
Only put it in your soldier config.
Originally Posted by dj46563
Only put it in your soldier config.
If you bind it to a button, you need to include a script in the other classes to unbind that button.
I had bound a button for quickscope and placed it in the sniper config, but it ended up "working" for all classes as well, so I had to add the unbind script in the other 8 classes. (By using sniper, it activates the script. But after you change classes, the sniper's script remain active [Placing it in a specific class's script means it would only be activated when that class is used, but it doesn't mean it only works for that class. At least for me.] So you need to disable the script in other classes' config file.)