Ok I think i fixed it. Sorry for the long response, I had to install .net framework to put this together:
Simba Code:
procedure WalkToMine;
begin
GameTab(Tab_Equip);
if WearingItem(5) then
begin
MouseEquippedItem('weapon', MOUSE_RIGHT);
WaitOption('eleport', 1000);
begin
Mouse(87, 42, 5, 5, True);
Mouse(305, 537, 4, 2, True);
begin
SPS_Setup(RUNESCAPE_SURFACE,['9_8','8_8']);
ToMine := [Point(3737, 3520), Point(3710, 3522), Point(3683, 3511), Point(3669, 3498), Point(3648, 3484), Point(3627, 3479), Point(3605, 3478), Point(3574, 3483), Point(3570, 3492), Point(3569, 3501)];
SPS_WalkPath(ToMine);
end;
end;
end;
end;
does that look okay?
Edit: I am getting identifier expected error