Log In  


This cart runs ok at first but fails when returned to from the breadcrumb.

Cart #fohekireba-0 | 2021-09-05 | Code ▽ | Embed ▽ | No License

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.



not a big deal, but still happening ;)



[Please log in to post a comment]