Size of FBMW+ window
|
|
First off, this is a great script! My question. How would I modify the code such that the FBMW+ window is smaller? Right below the preferences / victims area there is about 2cm of unused space. I would like to remove this free space. Any assistance would be greatly appreciated. Yours in Mob Wars, Spinners |
|
|
That's because you have the bars turned off, I suppose. |
|
|
Ah yes. Okay, I see. How about this scenario. If I use the graphical bars, then the space is used for the graphical bars, else the bars are not used and the space is removed. How would one go about programming this in? Again, any assistance would be greatly appreciated. Yours in Mob Wars, Spinners |
|
|
I dont use the newest version so I dont know how it's set up. But you can do something similar for yourself if you play with it a little.
if (boss.preferences.bars){
menuCode.push("bottom:27px; ");
}
else {
menuCode.push("bottom:0px; ");
}
|
|
|
Searched FBMW+ for similar code and can not seem to find a match. Any other suggestions? |
|
|
The same area also displays a little captcha image when the medic, et.al. run into it ... so you might not be able to adjust it. Buy a bigger monitor. |