Originally posted by Learning
Basically I'm trying to make "bind button_rshldr vstr RapidFire" active from the dpad down or just be always on but i'd prefer a toggle and idk how to make it work without having it in a menu. I'm Working on a zone only patch and it's almost finished only things i need to work out is can the spinning star color be changed and how and how to get the mini map color to change i tried changing colors and it's still the same so idk, if some body can help with the bind that i'd ***** love you.
I haven't done patches for at least a year, but from what i can remember it would be something along these lines;
bind dpad_down "toggle "bind button_rshldr "vstr RapidFire"\"bind button_rshldr "vstr default"";
set default "+attack";
To my mind, this means that when you press dpad down, it toggles between rapidfire vstr and default vsr (attack)
think it may not be 100% but might give you an idea