So I want to include a timestamp to an arrival/tells miniwindow so I did a lot of searching and saw several ways to do it but I keep getting a weird result no matter what I try.
I've used several variations of GetInfo in and out of plugins and the time comes out as a number string.
'meh
You say, "Meh."
1384156252
'meh
You say, "Meh."
1384156255
not sure what is going on, is it not picking up the time from my computer or is there something in preferences that needs to be checked. Or does this need to be converted to time and date somehow?
I've used several variations of GetInfo in and out of plugins and the time comes out as a number string.
<triggers>
<trigger
enabled="y"
match="You say, "Meh.""
send_to="12"
sequence="100"
>
<send>
ColourNote ( "white" , "red" , GetInfo (304))
</send>
</trigger>
</triggers>
'meh
You say, "Meh."
1384156252
'meh
You say, "Meh."
1384156255
not sure what is going on, is it not picking up the time from my computer or is there something in preferences that needs to be checked. Or does this need to be converted to time and date somehow?