<style> BODY {font: Courier; background: black; color: silver}</style>
without losing my client macros... (with my movement setup I also lose the ability to press directional arrows to move)
I know that this
// .dm file
client
script = "<style> BODY {font: Courier; background: black; color: silver}</style>"
writes over the default scripting so I need to place it into a .dms file but I think im doing it wrong.
Is this correct?
// .dms file
<style> BODY {font: Courier; background: black; color: silver}</style>
If not enlighten me. If it is... Im not getting the desired effect.
As an example, I'll post the contents of one of my working .dms files. =P
p.s. Yes, I noticed the caps, but it worked like this so I didn't want to mess with it. =P