I'm attempting to use NLua instead of the built in Lua interpreter, but I seem to have some issues. I've used NLua in the past with the Dialogue System, but since the latest update it doesn't seem to work. It appears that NLua_DialogueLua is missing two major methods, namely RegisterLuaFunctions and StringToFieldName, and NLua_Lua is missing the warnRegisteringExistingFunction property.
The error are as follows:
Code: Select all
'DialogueLua' does not contain a definition for 'RegisterLuaFunctions'
'DialogueLua' does not contain a definition for 'StringToFieldName'
Code: Select all
'Lua' does not contain a definition for 'warnRegisteringExistingFunction'