ID:170459
 
Yes it's me again and my first question is: If i use flick("[src.icon_state] Attack") and my icon file has male_attack etc etc... So does that mean all overlays with same icon_state name flicks? Oh and i have defined that gender thing in my login proc.
Please, clarify your question and I'll be of some avail.
In response to ManDroid13
(Argh why english is so fuc*** hard!)
If i use flick("[src.icon_state] attack") or something like that and mobs icon file has male_attack/female_attack icon_state, so does that mean the normal icon_state changes to "attack"?I need to know!!!
In response to BlueGradient
You know, you could just test it out for yourself.

mob/verb/TestFlick()
src.icon=flick(whatever)