Hey people, i haven't been on villavu for a while, and am finally back- but i came upon a problem when using 'else'. My goal is to say 'if find this dtm, click, else, if find this other dtm, click'.. but I don't quite know how to use 'else' :'(
as in:
Simba Code:if FindDTM(wai1, x, y, MMX1, MMY1, MMX2, MMY2) then
Mouse (x, y, 0, 0, true);
else if FindDTM(wai2, x, y, MMX1, MMY1, MMX2, MMY2 then
Mouse (x, y, 0, 0, true);
thanks in advance![]()


, i haven't been on villavu for a while, and am finally back- but i came upon a problem when using 'else'. My goal is to say 'if find this dtm, click, else, if find this other dtm, click'.. but I don't quite know how to use 'else' :'(
Reply With Quote











