Hi
Another couple of questions here, about games running in 8-bit:
- how do I print appended text without a line break? In the examples above,
: append "You see "; : print "a cat";
and
: print {("You have collected " + bells_collected + " bells.")}
both produce line breaks between the different elements, in +3 emulation. Perhaps it is unavoidable?
- I see that most theme stuff is not supported. Is there any compatible way to change paper colour etc that will work in emulation?
- I think that the status bar is disabled in the graphics export version. Is that correct?
Thanks!