ID:176928
 
How do i make is so when a person attacks it changes the character state to attack. I think im supposed to use the Flick() proc but I dont know how to use it.
Thanks for any help
mob/verb/attack()
flick('attack.dmi',usr)
flick("swing",usr)
//your damage stuff here



That should flick the icon.

-Sariat