Re: RE: Re: Munge Not Reading LUA
Posted: Fri Apr 06, 2007 10:34 pm
I think Zerted was referring to this ^^ was the line copied and pasted here from the LUAScriptCB_Dofile("LinkedFrigate")
Get more from your games!
http://www.gametoast.com/
I think Zerted was referring to this ^^ was the line copied and pasted here from the LUAScriptCB_Dofile("LinkedFrigate")
The log is saying the function ScriptCB_Dofile() cannot be found or it is saying the value in ScriptCB_DoFile( <value> ) is invalid. If you do have ScriptCD_DoFile(), then its parameter/value is wrong. Make sure its spelling matches the file name of the Lua you want to do. If everything is spelled correctly, then check your .req files and make sure the Lua is included there and spelled correctly.(none):0: attempt to call global `ScriptCB_Dofile' (a nil value)
So if the F is right then that means that "LinkedFrigate" is a value that munge doesn't recognize ----- *reads Dofile line again*ScriptCB_Dofile("LinkedFrigate")