Blockland Forums > Modification Help
Color Picker
Gadgethm:
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?
pitfall:
Have you looked on bot events? On the edit appearance. If thats what your talking about.
ZSNO:
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;
}
--- End quote ---
Gadgethm:
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.
ZSNO:
inb4lock?