mob/verb/test()
flick("[src.icon_state]", src)
Problem description:
I am working on a project and just want to flick the user's movement state to animate attacking, instead of making a independent icon_state just for it, mostly cause I am lazy. Is there a way to do that? I've tried varations of the above code and haven't gotten the results I want yet.