ID:143185
 
Code:
client
Southeast()
if(usr.ctype in wavelist)
if(usr.icon_state == "left")
flick("wave[usr.icon_state]", src.mob)


It only shows the first slide of the animation. By the way, I'm using BYOND 3.5
Come on guys I really need help with this! It's driving me Insane!
In response to Squall4120
Squall4120 wrote:
Come on guys I really need help with this! It's driving me Insane!

change your wave[icon_state] state's delay times inbetween frames. Anytime a flick seems to happen to fast its because the delay in the icon state itself is too small. Flick lasts as long as the delay in the icon is, and will take as long as Sleep(totalicondelay)