Cmud game logging (script): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Script |cat=utility,logging |fe=cmud |auth=Tirsten }} ==General Information== <blockquote> <pre> This script log game text to a file </pre> </blockquote>...") |
(No difference)
|
Latest revision as of 13:40, 14 November 2016
| Cmud game logging (script) | |
|---|---|
| Category | utility,logging |
| Front-end | cmud |
| Author | Tirsten |
General Information
This script log game text to a file
Front end: Cmud
Usage: first create directory c:\zmudlogs\
The Script
<trigger priority="5780" id="578">
<pattern>^Welcome to DragonRealms</pattern>
<value>#LO %concat("c:\zmudlogs\", %time("yyyy-mmmm-d-ddd-HH-nn-ss"), ".txt")
</value>
</trigger>