Posted by member 5575 on 2005-11-10 18:33:00 link

Well, configdir is probably defined with a trailing slash "\\\", whereas your LuaDir is not (at least not as posted here). It ought to be

LuaDir "$ConfigDir$lua\\\"

unless I'm mistaken. Update: Apparently the forum eats single backslashes, so mine didn't appear originally either. So maybe that isn't the problem. =)


For your *NetLoadModule line, if that stuff on the end ("" LUA scripting) is a comment, it needs to be separated from the actual command by a ";" - the LS comment character. Otherwise, well, I dunno what it might screw up.