I was working on a script to change languages of every npc in the game to something more akin to their race, as part of some customization for my server to make languages feel more important.
I wanted to overload quest::say() to automatically do a lookup on the npc's race and then select a language that I had set in a data structure.
|