This has mostly all been covered, but I wanted to toss in some screen shots.
First, if you're playing on a game that's TinyMUX and uses the "usual" +poseorder code, you can do something like... &posebreak me=%r%b%b%[[%xh[name(%#)]%xn]%]
This will add a line break before a pose and the name of who is posing, so you can more easily track certain individuals.
So instead of...
This is the pose done by Ephemeris. This is where Ephea has said stuff.
This is the pose done by Asteria. This is where Asteria has said stuff.
You get...
[Ephemeris]
This is the pose done by Ephemeris. This is where Ephea has said stuff.
[Asteria]
This is the pose done by Asteria. This is where Asteria has said stuff.
If your game client doesn't have customizable posebreak, please talk to the game admins! You can also ask if there's a "no spoof" command, such as on Arx. That helps.
Next, as @Roz said you can set quotes to highlight, and names to highlight.
For quotes, do "matches regexp" and "(.+?)"
. Do it again for smart quotes: “(.+?)”
. I chose to use a color that's not BRIGHT WHITE because Atlantis' default colors blend together (white and highlight are the same, I think?).
Next, make sure you have your name + the name of people you are keeping up with highlighted. If the name is something unique, just do "is" and "name". And set a ton of them, to include all your nicknames, friends, whatever you want.
Finally, sometimes you'll have a name that's very common and appears throughout the game. Example: On Arx, "Mae" is part of "Maelstrom". So we can do a regexp to make sure it ONLY matches the word exactly. So, it'll match Mae and not mae or Maelstrom.
Finally, a lot of games don't use +posebreak
, or their +posebreak
doesn't make noise. I find the ding letting me know when something happens is very helpful. So what you can do, in Atlantis, is set an Event so it catches some text and dings. This is a two-part process. FIRST, you need the &posebreak code I posted above. Then, go to "Events" and "New Event". For the Conditions, click "Add condition..." and choose "Text: Matches Pattern". Now, I think you could just put in *
and that'd be ok. But for me, l did "contains" and then I input the name of the person I'm RPing with. Yes, that means I need to update this, but it's really not an issue for me.
Next, go to "Actions" and choose "Add Action..." and pick "Atlantis: Beep". There you have it, you'll get beeped when a certain poses. Great in small scenes and in big scenes, where you're RPing mostly with a single person.
Please just holler if you can think of something else that might help you! I might be able to make it work.