
Originally Posted by
abu_jwka
As far as I'm concerned, you've sent the script to mainly to users who are > SRL Members
But meh, doesn't mean they're not good at scripting

they have scripts that are publicly released so :P plus gucci was the most helpful. We have fixed my entire script(: also, can anybody explain how to tell when an item has been added to the inventory? like if you click something then it tells if it was added then if it was added it proceeds? this is what I have so far.
Simba Code:
If not InvFull then
InvCount;
if FindObjEx(cx, cy, ['XXXX', 'XXXX'], [findmystuffs], 5, 50,7,13,514,332) then
wait(250+random(50));
Mouse(cx, cy, 3, 3, True);
wait(250+random(50));
if (InvCount = +1) then // this is where i need help
repeat
Mouse(cx, cy, 3, 3, True);
Mouse(cx, cy, 3, 3, True);
Mouse(cx, cy, 3, 3, True);
Mouse(cx, cy, 3, 3, True);