Well my title is probably wrong but heres an example of what I want to do:
local example\_table = {} local variable variable.text="blah blah blah" example\_table[1]=variable print(example\_table[1].text) --This line^ does not work
How can I print variable.text by printing it through the table?
I know I can just do print(variable.text) but lets say I can’t do this because of “weird” reasons.
thanks a bunch
PS. dont ask what are these “weird” reasons. because rule #1 in fight club is to never talk about fight club.
