Does pico-8 have any console window or area where users can see any output?
In javascript people can get output with console.log() method.
In java people can get output with System.out.println();
Any equivalent methods in pico-8??
print() is really annoying because it is displayed on the game screen
Printh() is what you want. The wiki explains how to use it.
[Please log in to post a comment]