Author Topic: Color Picker  (Read 698 times)

We've all seen the setBrickColor event, right?  I would like to know how I could create a color menu like that in a gui.  I've looked at Team Death Match, I've looked at Landscape Generator.  I'm not sure I understand.  Could someone help me out here?

Have you looked on bot events? On the edit appearance. If thats what your talking about.

Basically you have to loop through all the paintset colors and get the colors.
Quote from: Landscape Generator
   //Color Settings
   for(%i=0;%i<65&&1+0*(%a=getColorIDTable(%i));%i++)
   {
      $ColorTable[%i]=%a;
   }

Well, I was hoping for a color picker, but I suppose in this case it might actually be better for there to be RGB values.

Locking.