ID:268997
 
How do I make it auto-select a color(Red,Blue,Yellow,or Green) when they log in, and give them an overlay of the iconstate of there color in Player Symbols.dmi, also setting a var to there color, and if there are no colors left, then give the person a message, and delete them.
Skye Reaver wrote:
How do I make it auto-select a color(Red,Blue,Yellow,or Green) when they log in, and give them an overlay of the iconstate of there color in Player Symbols.dmi, also setting a var to there color, and if there are no colors left, then give the person a message, and delete them.

You could use a gamecontroller in your game! Check out [link], there I explain the concept. (About halfway down the post) You need to add a list of colors to it, and in AddPlayer() you assign the player a color, or send a message if all colors are taken.


/Gazoot