OK, here, how about something similar to this:
code:
define shots,skill25;
if ( shotgun_wep == 1 && my.shots /*shots fired*/ >= 6 ) {
while (1) {
my.frame += 1;
if ( my.frame == 3 ) {
my.frame = 0;
}
wait(2);
}
}
That is pretty basic, I'm not sure if this will work, but if it stops your whining then it'll do fine. Good day/night, child.