I guess I should have stated that I already tried:
if @wait_count > 0
@wait_count -= 1
return
end
...and I guess I also should've said I'm trying to get this to work in a battle system (Nick's TBS).
I've modified the TBS so that it can use Wachunga's Autoscroll to pan to the next unit instead of 'jumping' to it in a disorienting way...however I've been having trouble getting the damn thing to wait until the camera pan is complete before acting, thought that just waiting X frames would be the simplest solution but maybe not.