Part I. I was wondering how I could make something to capture certain names/locations off of Achaea's WHO command, and then organize it into a list.
Example (Achaea's WHO command looks like):
Super Johnny, Littlest Master (Over here)
Johnny Johnerton, John, of Noone (Over there)
The first one is named Johnny, the other John.
I want to be able to (if Johnny belongs to a certain list) record his location and display it when I type a certain command. Preferably, an entire list of people. If it helps, the names of the people are in a different color than the remainder of their titles. What would you recommend as the easiest way to do this? I was thinking (from reading around) that a table would work to record the name and location. But how would I compare it to the list of people I wanted to watch?
Preferably I would like it to run when I type WHO (going to have to hit MORE a few times) and capture basically everyone's location. Then I type WHOL or some such and it prints up like:
[Bad People] : Johnny (Over here)
[Bad People] : Other_Guy (Right here)
also, if someone has a really long title, it looks like this on the WHO command:
So and so, Tool, with absurd title((house) A candelit sanctuary). Is there a way to fix that?
Thanks in advance. Sorry if this has been asked before. I had a WHOLIST like this for ZMud but was wondering how I could do it for Mush or what would be the most efficient way of doing so.
Example (Achaea's WHO command looks like):
Super Johnny, Littlest Master (Over here)
Johnny Johnerton, John, of Noone (Over there)
The first one is named Johnny, the other John.
I want to be able to (if Johnny belongs to a certain list) record his location and display it when I type a certain command. Preferably, an entire list of people. If it helps, the names of the people are in a different color than the remainder of their titles. What would you recommend as the easiest way to do this? I was thinking (from reading around) that a table would work to record the name and location. But how would I compare it to the list of people I wanted to watch?
Preferably I would like it to run when I type WHO (going to have to hit MORE a few times) and capture basically everyone's location. Then I type WHOL or some such and it prints up like:
[Bad People] : Johnny (Over here)
[Bad People] : Other_Guy (Right here)
also, if someone has a really long title, it looks like this on the WHO command:
So and so, Tool, with absurd title((house) A candelit sanctuary). Is there a way to fix that?
Thanks in advance. Sorry if this has been asked before. I had a WHOLIST like this for ZMud but was wondering how I could do it for Mush or what would be the most efficient way of doing so.