You can read and reply to posts and download all mods without registering.
We're an independent and non-profit fan-site. Find out more about us here.
print("stdin" in getroottable());print("stdout" in getroottable());print("stderr" in getroottable());
But then what are my routes, if any, for squirrel to send data out in a way that my Python script can receive it?
Debug.Command("dump_cmds", "filename.txt");
You could also write a C++ script module to do what you want.They're basically DLLs and can do pretty much anything.