Reply to Re: Playing sequences for Dink
If you don't have an account, just leave the password field blank.
If you're trying to disable Dink's walking animation, use sp_base_walk(1,0) instead of sp_base_walk(1,-1). -1 just gets the value of base walk, it doesn't change it.
As for sp_flying(1,1), I would guess that it doesn't work in conjuction with move()... The latter command is probably ignoring/overriding sp_flying().
As for sp_flying(1,1), I would guess that it doesn't work in conjuction with move()... The latter command is probably ignoring/overriding sp_flying().