ID:178613
 
how do I make a race selection at the login & how would I make the icon change when it does certain things like make it swing a sword when the character attacks
like attack..

Make a new icon in the player.dmi folder and make it a sword animation.. then name it sword.. then add this

mob/verb/attack()
flick("sword",usr)
usr <<" You swing your sword "
In response to ShadowSiientx
thanks I'll do that when I get out of school and home to put it into my code
In response to Kayuki48801
Umm...this may sound odd but where exactly would i put that code is it under the verb attack or what (I just started coding Monday)

--thanks--
In response to Kayuki48801
Ya