About This File
Console Pad is runtime module that allows you to send messages to the screen from anywhere within your code. I created this module for debugging variables while in runtime but over the years I have enhanced it to handle almost any text task you may need. NPC conversation, game system information and general text. You can even talk back to it! Enter commands and configure your own /commands.
Usage:
log("This is a message")
log("Variable cat = "..self.cat, red, green, blue)
log("Map loaded: "..mapname, r, g, b, a, addtime )
I include this module into every project I work on and have grown dependent upon it for long term game development.
You can find install and usage information on my support site.
https://alienheaddevelopment.zya.me/viewtopic.php?t=6
What's New in Version 08/09/2025 12:57 PM See changelog
Released
No changelog available for this version.