Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mudlet:chat_capture_window [2023/11/05 22:08] – [Advanced: Adding Timestamps] mathmudlet:chat_capture_window [2023/11/05 22:08] (current) – [Advanced: Adding Timestamps] math
Line 58: Line 58:
 in the previous examples with in the previous examples with
 <code> <code>
-echo("chat_window", string.format("%s: %s\n", getTime(true), getSelection())+echo("chat_window", string.format("%s: %s\n", getTime(true), getSelection()))
 </code> </code>
 Check the Mudlet Lua documentation to see more formatting options for getTime(). Check the Mudlet Lua documentation to see more formatting options for getTime().