Esschers
02-25-2012, 04:46 PM
For a RS script that I'm making I have to left click my first inventory slot. Somehow it's not doing this right though, can someone see a mistake in my script?
Procedure EmptyGiantPouch;
begin
Wait(RandomRange(1350, 50));
MouseItem(1, mouse_move);
Wait(RandomRange(300, 150));
ClickMouse2(True);
Wait(RandomRange(400, 50));
end;
Thank you :)
Edit: it seems to move the mouse in the right direction, but the click seems to be missing
Procedure EmptyGiantPouch;
begin
Wait(RandomRange(1350, 50));
MouseItem(1, mouse_move);
Wait(RandomRange(300, 150));
ClickMouse2(True);
Wait(RandomRange(400, 50));
end;
Thank you :)
Edit: it seems to move the mouse in the right direction, but the click seems to be missing