|
bitethebullet Newbie
Joined: 22 Aug 2005 Posts: 2
|
Posted: Mon Aug 22, 2005 3:15 am
Simple question |
Please forgive the simple question but being an absolute newb to this I am running into a little problem.
I am trying to display the time that a tell is sent to me in my tell window, but I seem to be screwing it up.
Here is what the Mud is sending
guide tells you, 'Bludwolf - you've already COMPLETED my quest.'
I can send it to my tell window with the following
#CAP tell
#GAG
ok no problem
But I would also like to display the time that the tell was sent for example
Sunday August 21, 2005 10:11:50 pm- guide tells you, 'Bludwolf - you've already COMPLETED my quest.'
I tried the following but it did not work
#CAP tell
#echo %time
#GAG
I am obviusly doing something wrong but I am not sure what
Thanks for any input |
|
_________________ Yeah I know that I am lost |
|
|
|
Private Adept
Joined: 10 Jan 2002 Posts: 264 Location: USA
|
Posted: Mon Aug 22, 2005 7:00 am |
#TRIGGER {(%w) tells you, '(%*)'$} {:tell: #SHOW %time() - %1 tells you, '%2'}
|
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Mon Aug 22, 2005 11:25 am |
#TRIGGER {tells you, '} {:tell:#SAYP %time()]%char( 32)
#CAPTURE tell
#GAG
} |
|
|
|
bitethebullet Newbie
Joined: 22 Aug 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 8:48 am |
Thanks for the help guys. Worked perfectly.
|
|
_________________ Yeah I know that I am lost |
|
|
|
|
|