|
dane Beginner
Joined: 27 Apr 2005 Posts: 18
|
Posted: Sat May 28, 2005 10:12 pm
Timestamp |
I have a script which sends all tells to a small window. Is there any way to have it timestamp when that tell is sent to me?
For example:
Rick tells you 'hello'.
On my capture window it collects that line above, but I want to know when it was sent to me. Like Rick tells you 'hello'. May 28 10:00am
I know there's a time command but I can't get it to work.
Command is listed below.
#capture (1) tell
Thanks |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sat May 28, 2005 10:40 pm |
you can add a timpestamp if you use #WIN instead of #CAP, and %time()
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Sun May 29, 2005 1:56 am |
This should add standard timestamp to your tell window, if you replace the current value of the Trigger.
I've always thought its better to have the timestamp before the actual tell, makes it easier to read at least
Code: |
:tell:#SAYP %time("mmmm d, hh:mm am/pm")]%char( 32)
#CAPTURE (1) tell |
|
|
|
|
dane Beginner
Joined: 27 Apr 2005 Posts: 18
|
Posted: Sun May 29, 2005 1:39 pm |
Thanks to much for the help! Works perfectly.
|
|
|
|
|
|