Can you guys please tell me how to get the more "advanced" table functions, such as
local tVar = {["Name"] = {...}} etc...
is this code actual functioning? if yes, then how could i say that it would take the "["Home"][1]" and then know the "wX = 0" should be 0, then just set the wX variable to 0. ? (do you understand what i mean?)
-- Waypoints --
local Waypoint = {
["Home"] = {wX = 0, wY = 70, wZ = 0, wF = 2} -- i dont know how to actually get TO the table. (i think its something like "Waypoint["Home"][1]" but i am not sure.
}
Can anyone tell me the explanations about the more "Advanced" tables ?Thanks in advance












