Whoa,so how would i do to implement that function in this script?
SCAR Code:
program New;
{.include SRL/SRL.scar}
const
Sand := BitmapFromString(8, 10, 'z78DA733172313477721925872' +
'909008DC86F41');
var SandColor:Integer
Procedure Compass;
Begin
Makecompass('E');
Makecompass('N');
end;
begin
SetupSRL;
ActivateClient;
GameTab(2);
GameTab(4);
wait(1000+random(300));
Compass;
RadialWalk( Sandcolor , 29, 40, 65, 0, 1);
Flag;
RadialWalk( Sandcolor , 30, 41, 69, 0, 1);
Flag;
RadialWalk(Sandcolor, 14, 24, 69, 0, 1);
Flag;
RadialWalk( Sandcolor , 58, 68, 68, 0, 1);
end.
This is just a test,it's why lots of actions are in the main loop