get_tli_items()


Description

returns an array of all the TLI item ids in the file

Example

x=get_tli_items()
maxx=table.maxn(x)
msgbox(maxx)
for inc1=1,10 do
y=get_item_text(x[inc1])
msgbox(y)
end