Question about Tables
When doing a tableCellValue lookup, is it possible to use an Attribute +1 for the rows/columns?
I have a an Attribute that is looking up a Table, and it is asking for:
"tableCellValue(game.TB My Table, game.Attribute+1,2)
Basically I want to use the Attribute to count up every time this function is called. So, for the row I am putting in "Attribute+1". This way, it moves down the row on the next lookup. This however does not seem to work. Any idea why not or am I doing something wrong?
I have a an Attribute that is looking up a Table, and it is asking for:
"tableCellValue(game.TB My Table, game.Attribute+1,2)
Basically I want to use the Attribute to count up every time this function is called. So, for the row I am putting in "Attribute+1". This way, it moves down the row on the next lookup. This however does not seem to work. Any idea why not or am I doing something wrong?
Comments
Do you want to use column number 2? Maybe there should be 1.