|
jeeperv6 Beginner
Joined: 28 Oct 2001 Posts: 10 Location: Canada
|
Posted: Fri Mar 01, 2002 3:24 am
logon script? |
I have Zmud setup to automatically log me in on the mud(name/pw). What'd I'd like it to do also automatically is turn on the log file for each of my characters(I play 4). How would I go about this. I was looking in the alias/tigger windows, but can't find where the log in info is kept so I can append to it to auto-create the log files for my 4 characters.
Thanks for any help sugestions. |
|
|
|
iljhar GURU
Joined: 10 Oct 2000 Posts: 1116 Location: USA
|
Posted: Fri Mar 01, 2002 5:37 am |
There should be a AutoLog class. Usually, the trigger to turn off the AutoLog class is the "Password:" trigger. Whichever trigger it is, just put "#log charname" right before the "#T- AutoLog" and that should work.
Iljhar |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Mar 01, 2002 1:31 pm |
There is also an alias in the system class (if it doesn't exist, just create it) called atconnect. This alias is called whenever zMUD connects to the MUD and can be used for what you describe. There are also two others called atdisconnect and atexit.
Kjata |
|
|
|
|
|