Quote:
Originally Posted by Stephen
I'm pretty sure the profile windows in the new client are scriptable - if so... this should be easy to remedy whatever way you see fit, yes?
|
Yes, they are. The only problem is how to get the information from the serverside since the login scripts are clientside only (the serverside portion does not carry across onto servers, it is technically difficult to do so). I suppose the easiest way would be for a clientside translation (.po) file to exist, translating level names into their friendly names and having this downloaded from the server at login, especially since the translation files sorta support wildcards (using
format()-like behavior) to name groups of levels at a time.