this is my first time using radial walk and as far as i know this should start me on my path there but all it does is say successfully executed and ends without moving me plz help
SCAR Code:procedure walktothebank;
begin
roadcolor := 7500411;
RadialWalk(roadcolor,0,90,72,-2,2);
end;



Reply With Quote