Log In  


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.

http://pico-8.wikia.com/wiki/Printh


thank you



[Please log in to post a comment]