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
- this bit of code will extract all the TLI itmes and display teh first 10.
- the table x contains the item_ids of the TLI items and hence the line get_item_text(x[inc1])