Forums » Bugs

Enduring Title issue item table

Mar 31, 2021 capt.tightpants link
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.
Apr 02, 2021 raybondo link
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.