i think its b/s theres no way in hell that a pump gun could be just as accurate as a cocker or matrix
Hmm, how old are you?
This has been explained many times, as long as the conditions are the same, then they will both be as accurate, paint to barrel match, wind conditions ect....
Lets try this:
For this chronic and the boomstick will be the consistant one
my paint = $chronic; #setting what paint we use#
mt otherpaint = $diablo
my barrel = $boomstick; #setting the barrel#
my pumpgun = $marker1;
my semi = $marker2;
if ($action=~ "pumpgun") { pumpgun();
} elsif ($action=~ "semi") { semi()};
sub pumpgun { if ($marker1 = $chronic+$boomstick)
print "accurate";
else if ($marker1 = $diable+$boomstick)
print "unaccurate";
sub semi { if ($marker2 = $chronic+$boomstick)
print "accurate";
else if ($marker2 = $diablo+$boomstick)
print "unaccurate";
Therefore, when $marker1 is compared to $marker2 with the same conditions they will both = ACCURATE
This is for people who only understand code, plus im really bored