
Originally Posted by
MasterKill
InvFull: boolean;
you need to include srl first, obviously.
SCAR Code:
Repeat
...
Until InvFull
If InvFull Then ...
awesome So i'm gonna give you my code... Tell me if I put the invfull in right place
Code:
Repeat
if (FindColorSpiralTolerance(x, y, WINECOLOR, MSX1, MSY1, MSX2, MSY2, 3)) Then
Cast('Telekinetic Grab');
wait(500);
Mouse(x,y,1,1,true);//this clicks it
Until InvFull
If InvFull Then
Cast(Falador Teleport);
Would that work correctly? ^.^
OR!! Would I use it like this
[code]
Repeat
TelgrabWine; (the procedure telegrabwine; thing)
Until InvFull
If InvFull Then
Cast('Teleport To Falador')
? :O