{
{
capacity = 10000
contents = {
rawName = "Life Esssence",
amount = 0,
name = "life essence",
id = 156,
},
},
}
I wanted to print the amount of the life essence can someone help me ????
Posted 03 September 2015 - 08:40 AM
{
{
capacity = 10000
contents = {
rawName = "Life Esssence",
amount = 0,
name = "life essence",
id = 156,
},
},
}
Posted 03 September 2015 - 03:48 PM
local amount = tbl[1].contents.amount --# tbl is the table. I'm indexing it to get the sub-table
Edited by Konlab, 03 September 2015 - 03:48 PM.
0 members, 1 guests, 0 anonymous users