ID:268997
![]() Jan 14 2005, 9:25 pm
|
|
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.
|
Copyright © 2025 BYOND Software.
All rights reserved.
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