Hey guys. I'm working on something for my server and I was wondering if maybe you guys could help make it easier for me. What I am looking to make is an NPC that changes the armor/etc your wearing into a different one. But what I came to realize is that in order to do this the NPC would need to check your armor and see if its the right one to upgrade. That means that it would need to check the item number. And Armors have a set of 7 numbers one for each quality for each set. So either I have to enter in the coding to one-by-one check all the possible color/quality combos or figure out a way where I could just check to see if the Item is called for example "EagleCoat". Unfortunately I have no idea how to check the items by name rather than item number haha. Could anyone possibly explain to me how I would check the items by name instead? Thanks much.