Code:
Procedure walkToTanner;
var
MyPath:TPointArray;
begin
Writeln('Walking to tanner');
SPS_Setup(RUNESCAPE_SURFACE, ['12_10','12_9']);
myPath := [Point(4907, 4020), Point(4907, 4020), Point(4907, 4027), Point(4907, 4027), Point(4913, 4026), Point(4913, 4026), Point(4918, 4026), Point(4927, 4026), Point(4927, 4026), Point(4927, 4022), Point(4928, 4014), Point(4928, 4010), Point(4931, 4003), Point(4933, 3999), Point(4942, 3983), Point(4945, 3974), Point(4948, 3971), Point(4951, 3967), Point(4953, 3955), Point(4953, 3950), Point(4952, 3948), Point(4951, 3940), Point(4951, 3929), Point(4943, 3929), Point(4942, 3928), Point(4935, 3927), Point(4927, 3927), Point(4917, 3926), Point(4917, 3926)];
SPS_WalkPath(myPath);
//TanHides;
end;
Thanks for the help