MMOMinion

Full Version: LUA write to file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I was thinking about attempting to automate some of my beast tribes (for as much as possible) and found it crazy tedious to use the dev console to note down position, quest state etc. I thought it'd be nice to develop a tool to record/dump this information with the press of a button. I'm wondering if there's any limitation within these lua modules on writing to a (new) file.

I guess my question is... does io.input and io.output work as expected? Are there any limitations at all to what parts of LUA can be used?

Sorry I'm a long-time .net developer and well... I'm used to having to work around/with these types of constraints :)