Originally posted by .Choco
Just remove the "disconnect" from the end of your button_back bind to fix the error
Not hating but that's not the problem, the problem is he has developer binded to back and you can't turn that on mid game. The disconnect isn't binded to back because it's split by ;. Change the developer to a diff button like down so when you open the menu, it will take away the developer from that bind. Ex.
set ui_mapname "bind dpad_down set developer 1;blah;blah"
bind dpad_up "bind dpad_down NO;blah;blah" <- The "NO" after bind dpad_down makes it so it dosen't do anything even though developer is binded to that then when you go to your first vstr it will de-bind it so it works normally Ex.
bind dpad_up "bind dpad_down NO;blah;blah"
set 1 "^1TEXT;bind dpad_down vstr 2" <- That de-binds it to work normally.
Remember to re-bind it to normal on exit.
bind dpad_down +actionslot 2