What is wrong with this dropper?
SCAR Code:Procedure Droplogs;
var
X, Y: Integer;
I : Byte;
begin
if InvFull then
begin
for I := 2 to 28 do
if ExistsItem(I) then
DropItem(I);
end;
end;
end else
begin
if not(InvCount = 1)then
for I := 2 to 28 do
if ExistsItem(I) then
DropItem(I);
end;


Reply With Quote






