I need to know how to do something like how in Lua you would use:
foo={ x=7, y=5 }
and retrieve the variables with foo.x.
foo.x