I have the following (shortened)
main.lua
1.local objects = {}
2.local putobjects = require ("putmeinobjects")
putmeinobjects.lua
1.object = "testuser"
2.table.insert ( objects, object )
But the object is not inserted into the objects.table.
Any hints what i am doing wrong? Is the Scope wrong? [import]uid: 64502 topic_id: 16674 reply_id: 316674[/import]
[import]uid: 3826 topic_id: 16674 reply_id: 62352[/import]