This cart runs ok at first but fails when returned to from the breadcrumb.
code:
::_::
cart='#'
for i=1,5 do
cart=cart..flr(rnd(10))
end
cls()
print(cart,64-#cart*2,4)
flip()
load(cart,"leave "..cart)
goto _ |
There's no newline after "goto _", adding one fixed the issue.
This only happens on the bbs.
P#96917 2021-09-05 23:02
[Please log in to post a comment]



