Code:
Got flax!
Walking to the stairs
Found Object DTM, walking.
Flag distance reached.
Found Object DTM, walking.
Flag distance reached.
Clicked Spinner..
Trying to click make all
Found Button
Found Object DTM, walking.
Flag distance reached.
Failed to go up the stairs
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/=======================================================\
| Finishing load #21
| Running for..38 Minutes and 46 Seconds
| Strings made = 588
| Experience gained...8820
| Levels gained.......0
\=======================================================/
Successfully executed.
Had this "error" and when I logged back in my character was standing by the stairs on his way up.
Seems
Code:
begin
if not ClimbStairs(true) then
begin
Writeln('Failed to go up the stairs');
Logout;
end;
end;
Interrupts the script quite a lot, perhaps exchange "Logout" with "try again"? :P