the icon kebab seller in alkarid how do you get
If FindSymbol(X, Y, '?????') Then
what do you type in ????? to find it?
the icon kebab seller in alkarid how do you get
If FindSymbol(X, Y, '?????') Then
what do you type in ????? to find it?
Kebab shop...
it wont find it?
program New;
{.include SRL/SRL.Scar}
var
X, Y :integer;
begin
setupsrl
wait (3000)
If FindSymbol(X, Y, 'kebab shop') Then
begin
SetRun(True)
MMouse(x, y, 1, 1);
wait(100+random(50));
Mouse(x, y, 1, 1, true);
wait(3000+random(1000))
wait(2000+random(500))
end;
end.
still wont work
There are currently 1 users browsing this thread. (0 members and 1 guests)