Namespace a Lua gadget/AI
Posted: 06 Sep 2013, 11:13
How would I namespace a Lua AI, and separate it into separate files?
I am making an AI with lots of functions. To be maintainable it needs to be separated into different files based. How would I do this?
Also how would I namespace these functions so they do not conflict with other functions?
I am making an AI with lots of functions. To be maintainable it needs to be separated into different files based. How would I do this?
Also how would I namespace these functions so they do not conflict with other functions?