eatnumber1 0 Posted June 14, 2004 (edited) i'm trying to write a script to respond to a /tell in final fantasy, but the color of the text is not constant... any ideas on how to check for the colors that it may be?? this is what i have for $x = 22 to 27 if pixelgetcolor($x,996) = 16757759 then send ("/echo I'm here!", 1) endif next Edited June 14, 2004 by eatnumber1 Share this post Link to post Share on other sites
pekster 0 Posted June 14, 2004 i'm trying to write a script to respond to a /tell in final fantasy, but the color of the text is not constant... any ideas on how to check for the colors that it may be??See the PixelSearch function, particularly the 6th paramater. Use of this function can also replace your For loop, which is essentially a depricated method of the PixelSearch command to begin with. [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes. Share this post Link to post Share on other sites