I know these are simple to make, but i am script-challenged lol.
I need a working script with a decent anti-ban to drop 27 items.
The more anti-ban/Randomized the better!
I know these are simple to make, but i am script-challenged lol.
I need a working script with a decent anti-ban to drop 27 items.
The more anti-ban/Randomized the better!
What do Harry and God have in common?
They are the same person!
Code:begin if InvFull then begin DropAll; if not (InvFull) then repeat Wait(100); untill(InvFull); end; end;
SCAR Code:program whatever;
{.include srl/srl.scar}
var
i: Integer;
begin
for i := 2 to 28 do
DropItem(i);
end.
How didn't it work? There's not much for the code to mess up on...
It complies and executes, but then doesnt do anything.
What do Harry and God have in common?
They are the same person!
Ya invent is full. Now when it executes the mouse moves SUPER slow and pretty much does nothing.
What do Harry and God have in common?
They are the same person!
Whoops, forgot one line.
SCAR Code:program whatever;
{.include srl/srl.scar}
var
i: Integer;
begin
SetupSRL;
for i := 2 to 28 do
DropItem(i);
end.
There are currently 1 users browsing this thread. (0 members and 1 guests)