Can anyone help me make a Public Void ClickedabsXabsY () {
So when u click a any coord or make your character walk somewhere it will reset your animation for example heres what i have like an idea. idk if it works this way but i'm not so sure on how i'm going to do this, but im 90% sure it's going to fix the Animations bug when u click somewhre it still does the animations..
THIS IS JUST AN EXAMPLE ON HOW CODE WOULD LOOK LIKE.
Code:
Public Void ClickedabsXabsY () {
if (playerclicked( getX(), getY() && Animation(EMOTE)) {
c.resetanimation ();
c.updateRequired = true;
c.setAppearanceUpdateRequired(true);
}
}