Hello, today I tried to experiment with tables. It worked pretty well until I tried to use a table used in HD admin commands. Now I am wondering how to extract variables out of the “Ranks” table.
I do not know any way to extract the “Another Name” value (Line 3) for example. I hope someone can help me with this because this will probably help me in the future.
Ranks[2] is {4, "HeadAdmin", {"Name Here", "Another Name", 0}, };
Ranks[2][1] is 4,
Ranks[2][2] is “HeadAdmin”,
and Ranks[2][3] is {"Name Here", "Another Name", 0}
So Ranks[2][3][1] is “Name Here” and Ranks[2][3][3] is 0*