Intro
So recently with the increasing demand for binds in order to equip things such as the Terroriser Outfit a lot of players have been trying to find a way to do so, this has been proven to be difficult due to the fact that binds don't allow you to nest quotes. This means that you can't do something such as the example below due to it making you put quotes within quotes.bind "_inven use "Terroriser Outfit""
A few people figured out a way to do this recently and decided to try and sell the method of doing so but that's hardly fair so here's the method of doing it.
Tutorial
For this example I'll show you how to make a bind for the Terroriser Outfit, this works just the same for any other item.
First of all navigate to the following folder:
In that folder create a .cfg file and put whatever command you'll want to run in order to equip your item and save the file with any given name as long as it's still a .cfg file.
In my case that command would be:
_inven use "Terroriser Suit"
I named my file terroriser.cfg, this means that I'll need to remember that name for the actual bind once I'm ingame.
Once you're ingame and you've saved your .cfg open your console and bind any key you wish to the following.
in my case I would do
bind "F11" "exec terrorsier"
This bind successfully fixes the issue of not being able to bind with nested quotes via console, feel free to reply with futher questions here if you don't understand something or if you require help.