My understanding of the device (may not have been in ZZZ, can't remember) was that it was localized to the area where the target was hit, like a leg at a time going stiff. True, a shot to the hand might not be the best idea, but if the muscles on both sides of the trigger finger go at the same time it may not cause the hand to clench either.
My understanding of the device (may not have been in ZZZ, can't remember) was that it was localized to the area where the target was hit, like a leg at a time going stiff. True, a shot to the hand might not be the best idea, but if the muscles on both sides of the trigger finger go at the same time it may not cause the hand to clench either.
how about
/* 1=OK, 0= Damn Rebels */
int i;
struct leg {
unsigned int status;
unsigned long odometer;
unsigned int rebelSquishCount;
} theLegs[4];
for(i=0;i <4;i++) {
if(theLegs[i].status == 0)
{ stopLegs(theLegs[i]); }
}