Forums » Bugs
Enduring Title issue item table
When using GetInventoryItemInfo() the name field has additional characters in it. Example: * fad35cSerenityo
Where as the Goliath on the same account is: * The Hunter
I am assuming it has to do with Enduring Titles. The issue this creates is polling item inventory to write aliases breaks all the cap ship commands.
Where as the Goliath on the same account is: * The Hunter
I am assuming it has to do with Enduring Titles. The issue this creates is polling item inventory to write aliases breaks all the cap ship commands.
Oh, that's the coloration tag to make the name a different color.
it's preceded with \127xxxxxx where xx are three 2 digit hex codes, and the succeeded by \127o
You'll need to use string.gsub() or something to strip those out.
it's preceded with \127xxxxxx where xx are three 2 digit hex codes, and the succeeded by \127o
You'll need to use string.gsub() or something to strip those out.