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)
stack traceback:
/jentest:17: in main chunk
(...tail calls...)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
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:
And I did this at the top (yes, before the function, and also the tables were declared as well):
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:
Full 'test' program here: http://pastebin.com/ZfNvZ6Xk
Link to post
Share on other sites