Hey eveyone!

I found a script that added a color and rarity title to items based on the properties they have and I am a little bit new to this ballpark of programming so here we go.

The only error I am getting is the namespace error (see picture below). Now the error is stating that there is no namespace for ArmorQuality, I am in fact new to this, but can I have more than one namespace or does it have to be designated in a specific area in the code?

If you could shed some light on this, I will continue to trial and error it as well, thank you for the time and dedication everyone that could put forth any light to this error for me.

Thanks,
Midnight Sorrow
ArmorQuality Namespace error.PNG
 

Attachments

  • BaseArmor.cs
    114.4 KB · Views: 2
ArmorQuality has been changed in servuo it is now ItemQuality

if you change ArmorQuality to ItemQuality is should work
 
Back