It compiles but doesn't run. It works without the if isuptext but then it's not very accurate, help?Code:program New; {.include srl/srl.scar} {.include SRL\SRL\Skill\Woodcutting.SCAR} const Maple = 19058; Tol = 20; RunDirection = 'W'; LogsToChop = 50; begin SetUpSRL; repeat if FindColorTolerance(x, y, Maple, MSX1, MSY1, MSX2, MSY2, 20) then if IsUpText('Maple tree') then Mouse(x, y, 2, 2, true); wait(15032+random(4001)); until(false) end.







Reply With Quote









