ID:173231
 
For the forging system on my game, the player creates a weapon and then gets to choose the color. I have heard of rgb() and swap_color(); how do i use these?
EGUY wrote:
For the forging system on my game, the player creates a weapon and then gets to choose the color. I have heard of rgb() and swap_color(); how do i use these?

http://developer.byond.com/forum/ index.cgi?action=message_read&id=239439&forum=8&view=0

Just like that.
EGUY wrote:
For the forging system on my game, the player creates a weapon and then gets to choose the color. I have heard of rgb() and swap_color(); how do i use these?

You can use the IconColor library for coloring objects, too.

Lummox JR