I would like on my track window to have a regular game command activate if I click on a charactor's name. Basically if I click on a player, I would like to automatically do a /who <playername>
Is this possible? I downloaded the UI builder and a copy of my favorite track mod, but can't seem to find how I would implement this.
The names in the track window are encoded with color information, and so we can do a /who for the name with the color information, but quite clearly thats not going to return any results.
Color is stored in the first 5-6 characters of the line right? What about taking the string, but deleting the color characters off the string before you put it into the drop down menu?