Roger Loftus wrote:
> David C. Moody wrote:
>
>
>>Is there a way to color a message object?
>>
>>I tried "set window_color of current_object to ##" but that didn't
>>work.
>>
>>Thanks!
>>-David

>
>
> Hi David:
>
> Try:
>
> set object_color to text_color background_color
>
> Roger Loftus
>

Perfect Roger! Thanks

For those who read later on, just place this directly under the object
declaration, at the same place you would place "set location to # #"

-David