|
| Author |
Message |
Porto Senior Member

Joined: 07 Jan 2004 Posts: 152
   
|
Posted: Wed Jan 21, 2004 9:19 pm Post subject: |
|
|
Hi i am wondering where i can find in a andromeda bot the default font and font color because the default is black every andromeda user has it...
please help me out |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Wed Jan 21, 2004 9:39 pm Post subject: |
|
|
currently there is no way to set a default. I may however think about changing that. it would be nice even let users set there own color set maybe  _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
jordanovjarra Member

Joined: 07 Nov 2003 Posts: 140
   
|
Posted: Thu Jan 22, 2004 11:42 am Post subject: |
|
|
| The color is in the msn pm, you can change it there if you want. |
|
| Back to top |
|
 |
JoeX Agent

Joined: 02 Jan 2004 Posts: 2153
 
|
Posted: Tue Feb 03, 2004 10:39 pm Post subject: |
|
|
Go in Msn.pm and search for color And edit the line with the numbers in it, and your font.. _________________ Heroes NBC |
|
| Back to top |
|
 |
Myzterio Not Yet a God

Joined: 13 Dec 2003 Posts: 429
    
|
Posted: Tue Feb 03, 2004 11:20 pm Post subject: |
|
|
Its Pretty Easy :
*Open Your Msn.PM and Do a search to Sub Sendmsg
| Code: | | sub sendmsg <br />{<br /> my $self = shift;<br /> my $response = shift;<br /> my $settings = { Font => "Verdana",<br /> Effect => "B",<br /> Color => "660000",<br /> CharacterSet => 0,<br /> PitchFamily => 0,<br /> @_<br /> }; |
Thats my current code and thats how to change the default color to whatever you want. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
|
| Back to top |
|
 |
|