Simba Code:
program new;
{$i srl/srl.simba}
{$i sps/sps.simba}
Var
myPath:TPointArray;
begin
SetupSRL;
SPS_Setup(RUNESCAPE_OTHER,['bdsc']);//SPS Areas
myPath := [Point(144, 261), Point(153, 261), Point(165, 264), Point(173, 265), Point(185, 265), Point(196, 268), Point(206, 272), Point(217, 276), Point(227, 274), Point(238, 273), Point(249, 273), Point(253, 277), Point(255, 285), Point(256, 293), Point(253, 299), Point(241, 308), Point(229, 312), Point(213, 314), Point(198, 319), Point(186, 324), Point(186, 329), Point(184, 338), Point(176, 344)];
SPS_WalkPath(myPath);
end.