Is there a command to list the tells I've received?
Other muds I've played on you do like thistory or tell history to list the tells.
Is there a command to list the tells I've received?
Other muds I've played on you do like thistory or tell history to list the tells.
Only if you have cut link, then it would 'replay'.
I use a simple script to log them in a second window.
In zmud, some trigger like this (highlight, puts a timestamp, and copies into another window):
Pattern:
(%w) tells you *
Value:
#CW 15
@tell = %time( h:nn): %line
#SAY @tell
#CAP Tells
#GAG
You can do the same for gtells or your own tells by changing the pattern. Also useful for recording training speed and the like.
Or in tintin:
#grep tells you
Works like a charm.