Page 1 of 1

Request: Add UOSay Color Variable

Posted: 16.11.2015 6:21
by Vlek
Instead of having to specify the color everytime with UOSayColor, why not make a function like SayColor( hue ) that allows one to set the default UOSay color so UOSay uses the SayColor instead of the stupid sky blue every time.

Example usage:

Code: Select all

from stealth import *

UOSay('Hello world!') #This will say Hello world in the normal, blue font

SayColor( 53 ) #Changes the color to a yellow

UOSay('Hello yellow world!') #This will now be in yellow

Re: Request: Add UOSay Color Variable

Posted: 16.11.2015 10:24
by Vizit0r
no need, to add new method...just for adding, no more.

Re: Request: Add UOSay Color Variable

Posted: 18.11.2015 2:16
by Vlek
I do not understand. Are you going to add it or not?

It is a pain in the ass to have to pay attention to the color of your text each and every time when one ought to be able to change it once and forget about it.

Re: Request: Add UOSay Color Variable

Posted: 18.11.2015 14:43
by Vizit0r
Vlek wrote:I do not understand. Are you going to add it or not?
Not.