SCAR Code:procedure walk;
begin
MakeCompass('N');
HighestAngle;
RadialRoadWalk(RoadColor,0,306,71,2,2);
Flag;
end;
what's wrong with this??
SCAR Code:procedure walk;
begin
MakeCompass('N');
HighestAngle;
RadialRoadWalk(RoadColor,0,306,71,2,2);
Flag;
end;
what's wrong with this??
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
It compiles and maybe it is that you let your radialwalk search for almost the whole MMap From 0 till 306. Or maybe I'm wrong but the scripting is correct.
the thing is i have this script here:
SCAR Code:program New;
{.Include SRL\SRL.SCAR}
procedure Walkage;
begin
RadialRoadWalk(Roadcolor,0,317,50,2,2);
Flag;
end;
begin
Walkage;
end.
and all it does is sit there.![]()
![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
yea..i think its FindRoadColor
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
You also need SetUpSRL in your main loop.
There are currently 1 users browsing this thread. (0 members and 1 guests)