i used that radialroadwalking script but i dont know excatly how it works i read a thread about it so i made this and how and where i need to put the findroadcolor?
and already thanks for helping
edit:
its working thanks maybe got a few tips to make the walking better?
edit:
he says:
SCAR Code:
User specified a new RS window
Successfully compiled
SRL Compiled in 32msec.
RoadColor = 5986914
Successfully executed
script
SCAR Code:
program MultiSkills;
{.include SRL/SRL.scar}
{.include SRL/SRL/skill/woodcutting.scar}
{.include SRL/SRL/skill/mining.scar}
{.include SRL/SRL/skill/cooking.scar}
{.include SRL/SRL/skill/fighting.scar}
procedure ToChickenPen;
begin
FindRoadColor;
RadialRoadWalk(RoadColor, 63, 436, 60, 1, 1);
RadialRoadWalk(RoadColor, 70, 435, 57, 1, 1);
RadialRoadWalk(RoadColor, 26, 396, 66, 0, 0);
RadialRoadWalk(RoadColor, 26, 396, 66, 0, 0);
RadialRoadWalk(RoadColor, 332, 698, 71, 0, 0);
RadialRoadWalk(RoadColor, 315, 678, 72, 0, 0);
RadialRoadWalk(RoadColor, 337, 699, 65, 0, 0);
end;
begin
SetupSrl;
ToChickenPen;
end.