equpiment item stat attributes question
Posted: Sat Nov 17, 2012 3:58 pm
Working on a new function to throw out trash.
I am currently at the part where I want to check the color of the stats on a piece of gear (i don't want to throw away yellow 1's)
I can get item = inventory.BagSlot
and be able to print
item.Stats[x].Name
but can't find any of the other attribues for a Stat, for example Quality doesn't work. Can anyone tell me how to determine whether the stat is yellow ?
Thanks
I am currently at the part where I want to check the color of the stats on a piece of gear (i don't want to throw away yellow 1's)
I can get item = inventory.BagSlot
and be able to print
item.Stats[x].Name
but can't find any of the other attribues for a Stat, for example Quality doesn't work. Can anyone tell me how to determine whether the stat is yellow ?
Thanks