Today I was working on my GUIbuilder and figured out that my term API overwrite was not working as I was expecting.
I came to the conclusion, that a table doesnt get created. The program is starting to complain at line 69, Im assuming it will also error on lines 70 and 71.
I create the table via a metatable, wich you can see on line 16. I immediatly create the table, and that does work (It is not starting to complain). But when I call line 69, it says: "attempt to call nil"
I had this error for quite a few days now, and I cant seem to figure out the problem. Also, the file.writeLine's are for debugging.
For those who like to count:
Spoiler
Or if you dont feel like counting: http://pastebin.com/hzQfHndT
Thank you very much in advance!












