Hey guys really quick here, can you help me edit this so that the bot DOESN'T drop my first inventory slot. I don't want to use DropAllExcept.
Thanks,Code:procedure DropLogs;
var i: integer;
begin
for i:= 1 to 2 do
begin
DropPattern(Random(2) + 1);
if InvCount = 0 then
break;
end;
end;
kbScripts and KeepBotting

