Quote:
Originally Posted by EQAditu
Possible, yes. Remotely easy... no. Not even particularly easy to explain.
I do like making scripting mods though... I might find time to do such a thing.
|
Run it OnTextChanged of the maintained spells. The only problem is probably that you'll need to compare all of them each time to not run into race conditions between enabling and disabling the overlay, so you'll be wasting a lot of clock cycles all the time. But that doesn't appear to be that much of a consideration these days...