Re: [tf-dis] Timestamp 'window' in TF
Brought to you by:
kenkeys
|
From: Bartek S. <ft...@in...> - 2016-09-22 16:31:12
|
>
> On 22 Sep 2016, at 5:45 PM, Colin Mackay <zix...@gm...> wrote:
>
> More or less just a passing thought after looking over a recent time-stamped log.
>
> Is it possible to have perhaps a vertical status area along the left side of the output area with a simple timestamp?
>
> Example:
>
> 09:55 | 5 players are awake
> 09:55 | The Room Name
> 09:55 | Before you is a room with a multiline
> | description, neat huh?
> 09:56 | You say, "Hello everyone!"
> 09:57 | Everyone smiles in response, "Good day, eh?"
>
> Not even sure if I'd use it. At times it can be annoying when you realize you've been idle and the conversation you thought was recent happened half an hour ago...
>
> Thoughts?
The simplest way is to substitute _every_ line, adding time before it - something like that:
/def -mregexp -Fp1 -t'.*' = /test substitute(strcat(ftime("%H:%M:%S",time()), " | ", {P0}))
But I assume it easily can make your script pack _very_ slow :(
--
Bartek ‘ftpd’ Stalewski
|