Alright so, what do i put here..
RadialRoadWalk(TheRoadColor, 36, 396, 74, HERE, ANDHERE)
it says xMod and yMod, but what does "Mod" mean?
and at first it says 20-75, and then it says -2 to 2. so i dont understand this.
this is what i have now
help would be appreciated, thanks.Code:procedure WalkBack;//Walks from the store back to the bank. begin Status('Walking from the store back to the bank.'); MakeCompass('S') FindNormalRandoms; begin Wait(500+random(125)); RadialRoadWalk(TheRoadColor, 36, 396, 74, 20, 20) Wait(3500+random(100)); end; end;



Reply With Quote












