Awesome-renpy Repository

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,222
3,745
Here's something cool I learned recently:

In Renpy console you can use sorted( dir( <OBJECT NAME> )) to get a dump of object properties. Often most useful on "store" when you are poking around in a game's internals.

But the console often cuts the size of the output down when there is a lot of output.

In this case, you can put long in the console, and it no longer truncates long output.