Reply to Re: Playing sequences for Dink
If you don't have an account, just leave the password field blank.
That's my bad, -1 seems to work just as well in this case... stupid DinkC.
It occurs to me that you've not disabled Dink's sp_base_idle(), although I've no idea how that could cause it to alternate between 996 and Dink's WALKING animation.
Also, try adding a sp_seq(1,0) before using sp_pseq(1,996) for the first time. If Dink is currently playing through a sequence (like walking around), switching straight to sp_pseq() usually doesn't work.
It occurs to me that you've not disabled Dink's sp_base_idle(), although I've no idea how that could cause it to alternate between 996 and Dink's WALKING animation.

Also, try adding a sp_seq(1,0) before using sp_pseq(1,996) for the first time. If Dink is currently playing through a sequence (like walking around), switching straight to sp_pseq() usually doesn't work.