Posted 02 November 2014 - 11:50 AM
How would you go about counting how many things are in a table so you can the code to do math with it later.
an example of what I'm trying to do is:
an example of what I'm trying to do is:
local table = {"message 1", "message 2", "message 3"}
tablemath = table entries + 2
Edited on 02 November 2014 - 10:50 AM