Thalassicus
Bytes and Nibblers
I have a library of lua functions I'd like to use across multiple mods. It's similar to the "Ace" library in wow lua programming.
I added my library to as a "dependency" association of the mod which will use the library. I then added an include("CivupLibrary.lua") to my target mod file. However, when I called one of the library functions, I encountered an error message that the function does not exist. What might have I done wrong?
I added my library to as a "dependency" association of the mod which will use the library. I then added an include("CivupLibrary.lua") to my target mod file. However, when I called one of the library functions, I encountered an error message that the function does not exist. What might have I done wrong?