Thread: Gani Frame?
View Single Post
  #5  
Old 02-13-2012, 07:47 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by cbk1994 View Post
Haven't tried it, but looks like what you need.
Thanks <3

Quote:
Originally Posted by Fulg0reSama View Post
Might I ask what you would require the check for exactly?

Because I've been curious as to how this is possible too.
Fishing pole that is animated, I need to know what frame it is in so I can smoothly correct the starting point of the polygon (fishing line)..



This seemed to work
PHP Code:
function onCreated() {
  
setani("fishing[2]"null);
  
player.chat player.anistep;

For some reason player.ani.anistep wasn't working.
Reply With Quote