*Sigh...
All your questions belong in the Advance Editor's section.
Create a variable called clip. Set the initial value to 8. Then open Advance scripting and put this in the item's script section:
IF %CLIP > 0 THEN
BEGIN
%CLIP := %CLIP - 1
END
IF %CLIP = 0 THEN
BEGIN
$DEST := @NONE
END