Hello again
I have a DLL File and I want to use require:
For instance: The dll file is called "example.dll":
local Example = require 'example'
I am placing the code in the global.lua file in the GameLoopInit function:
Gameguru tells me that the file could not be found:
I have placed the dll file in almost all directories:
Game Guru Main Directory
Game Guru\Files
Game Guru\Files\scriptbank
Guys can you please help me?
Thanks in advance