SCAR Code:
program compass;
{.include SRL/SRL.scar}
begin
Wait(4000)
SetupSRL;
Makecompass('n')
RadialWalk(6322302,240,210,70,-2,-2)
Wait(2000)
RadialWalk(6322302,200,100,70,-2,-2)
Wait(2000)
RadialWalk(6250599,200,100,70,-2,-2)
Wait(2000)
RadialWalk(6250599,200,100,70,-2,-2)
Wait(2000)
RadialWalk(6250599,200,100,70,-2,-2)
Wait(2000)
RadialWalk(214122,200,50,70,-2,-2)
end.
The Script works. . sometimes. Apparently the minimap color changes.
I think I need to add this to line 9, but it doesn't work, I get a fail access error
FindColor(x, y, 6322302, 0, 0, 600, 300) /line 9?