@echo said in NPC Name Color:
@zool said in NPC Name Color:
If it's -all- merchants being one particular colour, surely we could detect that they are a merchant in some way (there will be some universal thing about all merchants that doesn't apply to other NPCs that a script can detect) and apply this colour manually.
I tried this with the "if it has sMyShop variable" then change color of name, but that broke the dye merchants. They didnt have a sMyShop variable so I added it then they broke.
@Strife-and-Discord and I discussed a rework of the generic OnSpawn script for NPCs to put all these special bits in one place.
Probly need to check for one, then the other, and potentially follow whatever method they use to find their store to find it then check it's valid and stuff.
I ain't got time right now so I'll shut up now, but it seems pretty plausible.