I used to have a set of four binds to cycle through different weapons and item configurations at the armoury, but everytime I pressed the button to cycle through weapons, I'd get a dialogue box from the armoury which slowed me down a little. So instead I decided to make a new setup. I've been trying to set up four buttons to cycle through the available equipment but not actually change items until I press another button. So far I can change my selection, but when I try to change items with this, I just get a console message saying: "weaponbuy is set to bpsaw, default is brifle", or similar.
This is the bind list so far, could anyone help me out with this please?
// Full Item Customisation //
bind F9 "sell weapons;sell upgrades;vstr weaponbuy;vstr armourbuy;vstr backbuy;vstr helmetbuy"
seta brifle "buy rifle"
seta bpsaw "buy psaw"
seta bshotgun "buy shotgun"
seta blgun "buy lgun"
seta bmdriver "buy mdriver"
seta bchaingun "buy chaingun"
seta bprifle "buy prifle"
seta bflamer "buy flamer"
seta blcannon "buy lcannon"
seta bnoarmour "sell larmour"
seta blarmour "buy larmour"
seta bbsuit "buy bsuit"
seta bnoback "sell battpack"
seta bbattpack "buy battpack"
seta bjetpack "buy jetpack"
seta bnohelmet "sell helmet"
seta bhelmet "buy helmet"
seta weaponcycle1 "echo ^4Rifle;bind F5 vstr weaponcycle2;set weaponbuy brifle"
seta weaponcycle2 "echo ^4Painsaw;bind F5 vstr weaponcycle3;set weaponbuy bpsaw"
seta weaponcycle3 "echo ^4Shotgun;bind F5 vstr weaponcycle4;set weaponbuy bshotgun"
seta weaponcycle4 "echo ^4Las Gun;bind F5 vstr weaponcycle5;set weaponbuy blgun"
seta weaponcycle5 "echo ^4Mass Driver;bind F5 vstr weaponcycle6;set weaponbuy bmdriver"
seta weaponcycle6 "echo ^4Chaingun;bind F5 vstr weaponcycle7;set weaponbuy bchaingun"
seta weaponcycle7 "echo ^4Pulse Rifle;bind F5 vstr weaponcycle8;set weaponbuy bprifle"
seta weaponcycle8 "echo ^4Flamethrower;bind F5 vstr weaponcycle9;set weaponbuy bflamer"
seta weaponcycle9 "echo ^4Lucifer Cannon;bind F5 vstr weaponcycle1;set weaponbuy blcannon"
seta armourcycle1 "echo ^2No Armour;bind F6 vstr armourcycle2;set armourbuy bnoarmour"
seta armourcycle2 "echo ^2Light Armour;bind F6 vstr armourcycle3;set armourbuy blarmour"
seta armourcycle3 "echo ^2Battlesuit;bind F6 vstr armourcycle1;set armourbuy bbsuit"
seta backcycle1 "echo ^3No Backpack;bind F7 vstr backcycle2;set backbuy bnoback"
seta backcycle2 "echo ^3Battery Pack;bind F7 vstr backcycle3;set backbuy bbattpack"
seta backcycle3 "echo ^3Jetpack;bind F7 vstr backcycle1;set backbuy bjetpack"
seta helmetcycle1 "echo ^1No Helmet;bind F8 vstr helmetcycle2;set helmetbuy bnohelmet"
seta helmetcycle2 "echo ^1Helmet;bind F8 vstr helmetcycle1;set helmetbuy bhelmet"