How do I tell Simba to findDTM and go to the DTM?
found a solution
How do I tell Simba to findDTM and go to the DTM?
found a solution
Last edited by rsbots2013; 05-24-2013 at 07:00 AM.
That's because your DTM isn't found, so your X/Y both remain the default 0 and 0. Try this instead:
Simba Code:if FindDTMRotatedAlternating(LogBalance1, x, y, MMX1, MMY1, MMX2, MMY2, -Pi/2, Pi/2, Pi/30, aFound) then
begin
writeln('Found Log Balance');
Mouse( x, y, 1, 1, True);
end else
Writeln('DTM not found...');
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Thank you very much!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)