|
Delathriel Beginner
Joined: 01 Aug 2017 Posts: 16
|
Posted: Thu Sep 14, 2017 6:05 pm
Time stamps in lines |
Hi.
I'd like to have time stamps included in each line returned by the MUD e.g.:
[14:45:32] You hit the goblin.
[14:45:34] The goblin hits you.
[14:45:38] The goblin hits you.
[14:45:43] You hit the goblin.
I looked at the help for time but there're so many variables it's out of my league.
Would appreciate any help.
Thank you! |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4689 Location: Pensacola, FL, USA
|
Posted: Fri Sep 15, 2017 5:06 am |
This should be an inbuilt feature you just have to toggle it on.
in CMUD it is in preferensces, under session, under scrollback. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Medakan Novice
Joined: 15 Dec 2015 Posts: 41 Location: Seattle
|
Posted: Mon Sep 18, 2017 9:07 am |
zMUD doesn't have this feature.
Make a new trigger and set pattern as ^ (This will trigger at the start of every line.)
Place this code as the trigger output: #SUB {~[%time(t)~]" " }
Will have to change the %time() function to mimic the exact time format you want |
|
_________________ Taziar Medakan @ WoTMUD |
|
|
|
Studivant Newbie
Joined: 15 Dec 2017 Posts: 1
|
Posted: Sat Dec 23, 2017 11:07 pm |
shalitmar wrote: |
zMUD doesn't have this feature.
Make a new trigger and set pattern as ^ (This will trigger at the start of every line.)
Place this code as the trigger output: #SUB {~[%time(t)~]" " }
Will have to change the %time() function to mimic the exact time format you want |
This would be a neat feature to have by default. Do you think they'd implement it if enough people asked for it? |
|
Last edited by Studivant on Thu Nov 04, 2021 6:02 pm; edited 3 times in total |
|
|
|
mikeC130 Apprentice
Joined: 03 Jul 2006 Posts: 110
|
Posted: Tue Dec 26, 2017 7:41 pm |
Development of zMUD ended over 10 years ago, so there won't be any features added at this point.
|
|
|
|
|
|