This is my basic script, im trying to get it to work, it tries to empty the first vial in your inventory.
SCAR Code:program Vialer;
{.include SRL/SRL.scar}
begin
Wait(10);
MoveMouseSmooth(579, 232);
if isUpTextMulti('Serum','207','(3)') then
wait(10);
ClickMouseBox(570, 217, 587, 240, false);
wait(10);
ChooseOption('Empty');
Wait(20);
end.
When it goes to "ChooseOption('Empty'); it goes very slowly to Empty. How can i change this. Thanks and apprecheate it.


Reply With Quote





had problems with it to one time.