 |
John< Newbie
Joined: 25 Aug 2002 Posts: 1
|
Posted: Sun Aug 25, 2002 2:46 am
Help with trigger |
'Lo. I've used zMUD for a while.. But rarely, if ever, the triggers. I'm afraid most of its way over my head.. How would one go about setting up a trigger so that it automatically logs your whole session, starting when you log on and ending when you disconnect?
|
|
|
 |
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Sun Aug 25, 2002 3:08 am |
I'm sure there is a better way for this, but I use the following method.
When I connect I get the following message
Connected to host MUD.com
If you get a similar message you could trigger off that.
Then I use the following command in the trigger to create the log:
#LOG Character_name%time( yyyymmdd).txt
Replace Character_name with your characters actual name.
This will create a seperate log file each day with the name of the log file similar to
characterDate.txt
Talahaski
Processor PIII 1000
Memory 265MB
Video NVIDIA 64MB
Windows XP
Zmud Version 6.34
Zmapper Version 1.10 |
|
|
 |
|
|