Echo Questions

Post Reply
robm06
Posts: 14
Joined: Fri Jun 11, 2010 1:02 am

Echo Questions

Post by robm06 »

Heyah all,

I'm curious if there is a way to colorize echo's? I want something like
echo("Blah Blah Blah") and for it to come out
Blah Blah Blah

Any ideas?

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Echo Questions

Post by tsuujin »

Code: [show] | [select all] lua
cecho("<white>blah <red>blah <green>blah")
you can access the names of all the colors with
Code: [show] | [select all] lua
showcolors()

Post Reply