why no love cecho

Post Reply
sara
Posts: 2
Joined: Sun Feb 15, 2015 5:15 am

why no love cecho

Post by sara »

I am using the template gui. I am trying to get my target to be echoed to box 7, of which I did sucessfully. But then I got bored of a lack of color. so I wanted it to look something like: TARGET: little puppy

but when I use the following:
Code: [show] | [select all] lua
GUI.Box7:cecho("TARGET:   <red>" .. myTar)
the whole box goes blank :(

Can someone help a poor colorless noob??

sara
Posts: 2
Joined: Sun Feb 15, 2015 5:15 am

Re: why no love cecho

Post by sara »

After some extensive digging around I found out how to do this. This thread can be closed. Sorry for making a pointless post :(

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: why no love cecho

Post by Vadi »

No worries. Should post solution in case anyone else has the same problem and find this.

Post Reply