UOSTEAM

Morgy

Grandmaster
I am a fancy pants kind of lady when it comes to UOF hence my rares collection....my fancy houses and my new MOUNT! The WARDAWG!

I am curious if anyone can advice me on how to set a color to my macro messages....ie. pink preferably.
Say when I recall ive a message that is stated when I recall. How can I color that text?

Thanks everyone!
Morgy!
 

halygon

Grandmaster
Create a macro and use the command:
Code:
msg ('text') [color]


It would look like:
Code:
msg 'I am recalling now, buh bye!' 54

I am not sure of the color code for pink so you would need to play around with that.
 

amonseti

Grandmaster
Create a macro and use the command:
Code:
msg ('text') [color]


It would look like:
Code:
msg 'I am recalling now, buh bye!' 25

I am not sure of the color code for pink so you would need to play around with that.


code is 25 I fixed halys code above
 
Top