Here2help
05-31-2012, 11:35 PM
Procedure
procedure walk2cook;
begin
myPath := [Point(278, 89), Point(278, 89), Point(299, 81)];
sps_walkpath(mypath)
end;
In the mainloop
SetupSRL;
SPS_Areas := ['7_7'];
SPS_Setup(RUNESCAPE_SURFACE, ['7_7']);
The problem I'm having is when ever simba gets to the walking procedure smart just completely freezes and goes unresponsive until I click stop. Then smart because responsive and goes back to normal.
Any idea why this is happening?
procedure walk2cook;
begin
myPath := [Point(278, 89), Point(278, 89), Point(299, 81)];
sps_walkpath(mypath)
end;
In the mainloop
SetupSRL;
SPS_Areas := ['7_7'];
SPS_Setup(RUNESCAPE_SURFACE, ['7_7']);
The problem I'm having is when ever simba gets to the walking procedure smart just completely freezes and goes unresponsive until I click stop. Then smart because responsive and goes back to normal.
Any idea why this is happening?