Hi, I wrote this script to test RadialRoadWalk, and it wont work, If i take out the road and put in the color myself it works fine, but I want it to road walkIt compiles just dosnt do anything!
Many thanks...
SCAR Code:program New;
{.include SRL/SRL.scar}
procedure walkbank;
begin
RadialRoadWalk(RoadColor, 294, 346, 71, 10, 10);
end;
begin
activateclient;
setupsrl;
walkbank;
end.


It compiles just dosnt do anything!
Reply With Quote








