ID:267617
 
I need a code that would let players select a character icon at the start of the game.
have you tried looking through some demos or tutorials to find out how to code it yourself? or even throughtthese forums
In response to Lazyboy
I looked but I couldn't find anything.
In response to Majiin Matt
Not to sound rude, but..
http://bwicki.byond.com/ByondBwicki.dmb?TheCode
=P That'll give you a few tips for posting code problems.
You definetly should do what the people below wrote. But this is really simple and short so there you go:

mob/Login()
src.icon = '[fillthiswithyouricon].[theextentionofyouricon]'


In response to Majiin Matt
Not possible. I know this because I posted something like this A LONG time ago. Not to mention the various demos on this.

<-Airjoe->