Hi
In the most simplest way. How do i call my table entries from a separate file
Its going to be a big list so id rather not put into main.lua
Currently:
Main.lua calls it by table entries on
t = {“test”,“test2”}
And id put something like
Print(t[1]) to display “test”
But i want to populate and call the table t in something like table.lua and call the print function from main.lua
[import]uid: 43191 topic_id: 7944 reply_id: 307944[/import]