EDIT WHOLE POST:
So after about 2 hours of trying to learn how to program WoW addons and messing with code, I saw a simple function call which gives a very easy solution to my problem. I want to queue for only one BG and only a specific one.
Here is how to do it. Open OhNoesQueues folder and open the file Core.lua with a text editor that will format the file so you can read it.
Replace the self.id in line 169 and 170.
These lines:
Code:
PVPBattlegroundFrame.selectedBG = self.id
RequestBattlegroundInstanceInfo(self.id)
Replace self.id with a number 1 - 6. Each number corresponds to a certain BG.
1 = AV
2 = WSG
3 = AB
4 = EotS
5 = SotA
6 = IoC
Once you do this no matter what OhNoesQueues button you push, it will always queue for a certain BG. There you go. Problem solved.
I'm currently trying to figure out how make it queue for two BGs at a time....no idea how to do this since I don't program at all T_T
PS: If you cannot directly change a bot, modify it's dependencies.