Oh i left it on when i was sleeping, also with SMART Manager, when i checked in the middle of the night somehow it had a Roll (bread) and a cabbage.
I think it was the Sandwich Lady Random.
But other than that it's Flawless.
Whoever needs help look below.
Code for VEB at Lines 210-215.
Simba Code:
begin
if ((posoplay.x>4520) and (posoplay.x<4851) and (posoplay.y<2971) and (posoplay.y>2964))
then writeln(SPS_GetMyPos);
SPSWalkVEB;
end;
End;
^ I tried this code it works EXCELLENT
Code for FEB at lines 233-237
Simba Code:
begin
if ((posoplay.x>4520) and (posoplay.x<4851) and (posoplay.y<2971) and (posoplay.y>2964))
then writeln(SPS_GetMyPos);
SPSWalkFEB;
end;
Had to edit line 236 with SPSWalkFEB; instead of SPSWalkVEB.
^If you get a Banking error for FEB ^
After, you would need to edit Lines 212 And 235: writeln(SPS_GetMyPos)
TO THIS: then writeln(SPS_GetMyPos)