hahamaxedez Posted April 23, 2023 Posted April 23, 2023 Hello everyone! I am trying to get my character to safespot at hill giants. What I have so far keeps clicking the hill giant. I tried the myPlayer().isAnimating() but since there is a slight pause in between the ranging animation it thinks I am out of combat and will continue to click the hill giant. I've tried the myPlayer.isUnderAttack(), but since I am safespotting It does not detect my player as being under attack and will keep clicking the hill giant. I'm sure there is an easy fix to this but I cannot find it throughout the forum. Thanks in advance to anyone who can help.
Chris Posted April 23, 2023 Posted April 23, 2023 if myplayer.getinteracting == null //attack code else we are interacting
hahamaxedez Posted April 23, 2023 Author Posted April 23, 2023 26 minutes ago, Chris said: if myplayer.getinteracting == null //attack code else we are interacting I knew it would be a simple fix, thank you for that.