So, my problem occurs when trying to use this api, converted from CC:
http://pastebin.com/qwt98zmj
Original:
http://pastebin.com/XZS4eF9Z
Basically, all I am doing is:
cselected = jenisis.drawScreen(static, menu)
And I did this at the top (yes, before the function, and also the tables were declared as well):
jenisis = require("jenisis")
It's located inside the lib folder, and it's not about not finding/loading the API, because I already sorted that out. It's returning a rather unique error for an API:
/jentest:17: attempt to index global 'jenisis' (a boolean value)
stac