PDA

View Full Version : Help & Advice Needed


UK Rookie
02-26-2009, 05:07 AM
Hi Guys..........Just a qick question

MyBasic Offensive Gameplan has the following situation...

Run SPass LPass
50 50 0

I Fall befind ..my Off Gameplan Adgustment screen kicks in

Run SPass LPass
50%Less 50%Less Same

Does this now give me...

Run SPass LPass
25 25 50* (as It says Adgustment is made then added together to make 100%)

Have I got this correct?
If I`ve got it wrong does that mean you can`t really use 0% in your Basic Gameplan?

Thanking you in advance..

Ben E Lou
02-26-2009, 06:00 AM
Without checking the help file, I'm pretty sure what you've posted isn't how it works. If I recall correctly, it is scaled, so your -50%, -50%, same produces

25 25 0

This number totals 50, so everything gets multiplied by 2.

50 50 0


So if you had 25 25 50

and +20% -20% +30%

You'd get 30 20 65

which woudl scale to (100/115 * x)

or...

26.1 17.4 56.5

Point being, if you use a zero, you'll always get zero. Now, I'm not sure what happens if you use 50/50/0 and Never/Never/Always. I don't know which takes precedence in that case.