Hey guys ! so, i just made a working cave nightshade collector for me to train herby, but i got one question... is there a possibility to change randomly between left click and rifht click + choose option ?
Thanks :P
Hey guys ! so, i just made a working cave nightshade collector for me to train herby, but i got one question... is there a possibility to change randomly between left click and rifht click + choose option ?
Thanks :P
case statement, random between 2 of them.
Simba Code:case Random(2) of
0 : mouse(x, y, 5, 5, mouse_left);
1 :
begin
mouse(x, y, 5, 5, mouse_right);
waitoption('blabla', 2000);
end;
end;
Something like this. Try looking for a case statement tutorial at the beginner tutorial section![]()
ty, rlly helpfull
There are currently 1 users browsing this thread. (0 members and 1 guests)