I can't seem to get this to walk to where i want it to go, I'm trying to walk from the bank to the mine but I'm not sure if I need to create a full path to walk there or not.
It compiles so I know that is not a problem but meh
Simba Code:Procedure Walk2;
begin
if (not(LoggedIn)) then Exit;
WalkToTile(Point (3082,3400), 1, 1);
writeln('Walked');
end;




Reply With Quote












