Search found 1 match

by 25cocoa
Thu Apr 02, 2020 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make Python print() work in the renpy console in released builds, but only works in development
Replies: 0
Views: 346

How to make Python print() work in the renpy console in released builds, but only works in development

Hi! I've enabled the following in script.rpy: $ config.console = True $ config.developer = True $ config.debug = True I'm on OSX. I know it may seem strange, but I actually do need Python print statements to run in the RenPy console once my game is built. I can't figure out what is happening after I...