I've been trying to find a specific item using the developer console. So far the best I've come up with is:
Code: Select all
it = allEntities(1)
n=5 for i in it do if i~=nil and i.getUIName~=nil then do if n<1 then break end n=n-1 print(i.name) end end end
Thanks for any help,
/David
