Cmud game logging (script)

From Elanthipedia
Jump to navigation Jump to search
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>