Could someone possibly explain radial walking to me?
I have the radial walking aid script i just dont underdstand how to make it auto pick the colors and such.
this is what i have in my script (its an al kharid smelter)
procedure ToFurnace;
begin
RadialWalk( {TheColor} , 100, 125, 75, {Xmod}, {Ymod});
RadialRoadWalk(RoadColor, 100, 125, 75, {Xmod}, {Ymod});
end;


Reply With Quote




