Hey, i need to know something about the srl rev.10.
Whats the new drop procedure? I remember it was DropToPosition just yesterday... What is it now?
Hey, i need to know something about the srl rev.10.
Whats the new drop procedure? I remember it was DropToPosition just yesterday... What is it now?
Woot woot.
Well, you could use DropItem with a for-loop.
SCAR Code:For i := 0 To endPos Do
DropItem(i);
This sentence is false.
I don't know why they removed it. But here is a custom made one by me:Well, you know how to fill it out.SCAR Code:function DropToPosition(StartPosition, EndPosition: Integer): Integer;
var l, m: Integer;
begin
for l:=StartPosition to EndPosition do
begin
MouseItem(l, False);
Wait(50+Random(50));
ChooseOption('rop');
Wait(30+Random(80));
end;
end;
You may contact me with any concerns you have.
Are you a victim of harassment? Please notify me or any other staff member.
| SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |
IP
a) You haven't used the variable m
b) You haven't used the result variable
c) Was your purpose to count how many it dropped and result m?
There are currently 1 users browsing this thread. (0 members and 1 guests)