ID:143847
 
Code:
client
script = "<STYLE>BODY {background: BLACK; color: WHITE; font: 8pt 'Tahoma', bold, italic; margin-left: 0.0in; margin-right: 1.0in} </STYLE>"
command_text = ".alt "


Problem description:

If i use the script and the command text right the macros wont work but if i take out the script the macros work is there another way of puting a back ground to the chat thing ?? without conflicting with the macro!
You can't have both client/script defined and a macro file defined. You either have to have your script defined inside client/script or your styles defined in the macro file.
In response to Unknown Person
how would i define the styles in the macro file ??
In response to Gebsbo
Gebsbo wrote:
how would i define the styles in the macro file ??

Essentially, everything you typed inside client/script can be used inside the dms file. You can cut and paste the contents of client/script into the dms file, and it should work how you want it to. Make sure you get rid of the client/script definition.
In response to Unknown Person
kk thanks