I have been a mushclient user for many many years now, I just ended up updating to the latest version after havint o do a OS reinstall. And Now i can't figure out how to get LUA to play nice with io.open. It keeps saying to look in the global prefrences, but I can't find nor change anything to make it work. Any help would be great
io.open can't enable
Posted by ShadowHywind on Tue 17 Mar 2009 11:59 PM — 5 posts, 20,372 views.
Go to File menu -> Global Preferences -> Lua, and trust all worlds (and plugins if you want).

I actually have that done allready. Any other ideas?
Did you get the message "Function 'io.open' disabled in Lua sandbox - see MUSHclient global preferences"?
If so, you are sandboxed. Did you reload scripting after making that change? If not, the io.open stays sandboxed.
Try replacing the entire sandbox function (shown above) by a single comment (ie. "--"), reload your script file, and try again.
If so, you are sandboxed. Did you reload scripting after making that change? If not, the io.open stays sandboxed.
Try replacing the entire sandbox function (shown above) by a single comment (ie. "--"), reload your script file, and try again.
*Hangs head in shame* I forgot to reload the script.. I restarted mushclient, or at least i thought i did. But a reload of the script worked! Thanks for all the help!