Posted by TSM on September 10, 2000 at 10:36:53:
In Reply to: Zmud Log button posted by *ORB* on September 10, 2000 at 10:07:49:
#BUTTON 1 {Logging Disabled} {#log charname.txt} {#log} {} {} {} {Size} {94} {23} {} {} {} {2} {10} {} {}
Here is a little run down of this..
#BUTTON 1
This is the number of the buttons..logging is button 5 for me, but if you don't have any others, it will be 1 for you.
{Logging Disabled}
This is what the button displays when logging is disabled.
{#log charname.txt}
This is how ou would start logging. Instead of charname.txt you can type whatever you want the log file to be called.
{Logging Inabled}
This is what the button will display when it is turned on.
{} {} {} {Size} {94} {23} {} {} {} {2} {10} {} {}
This is the size and colour of your button. You can change it how you want in the advanced button options though.
Hope thats what you wanted.
-TSM