Ista2006-09-23 22:26:21
I've heard about people who like to start to log things whenever they get into the game. For awhile now, I've wanted to do this. How do I set it up? I'm like a novice with zMUD.
Charune2006-09-23 22:35:50
#alias atconnect {#LOG Ista_%time( mm-dd-yy).txt}
#alias atdisconnect {#LOG}
#ALARM "LogRotate" {00:00:01} {#SAY Rotating Logs;#LOG Ista_%time( mm-dd-yy).txt}
Put those in the system folder. Then everytime you log on it will log by datestamp, and every midnight it will rotate the logs, if you are on at the turn over. If you are not it will just start the new log with the right date when you do log on. It will also append to the correct log if you log on and off multiple times during the day.
#alias atdisconnect {#LOG}
#ALARM "LogRotate" {00:00:01} {#SAY Rotating Logs;#LOG Ista_%time( mm-dd-yy).txt}
Put those in the system folder. Then everytime you log on it will log by datestamp, and every midnight it will rotate the logs, if you are on at the turn over. If you are not it will just start the new log with the right date when you do log on. It will also append to the correct log if you log on and off multiple times during the day.