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
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
Not.Vlek wrote:I do not understand. Are you going to add it or not?