ID:178613
Apr 24 2002, 4:02 am
|
|
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
|
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
|
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 "