hahamaxedez Posted April 23, 2023 Share 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. Quote Link to comment Share on other sites More sharing options...
Chris Posted April 23, 2023 Share Posted April 23, 2023 if myplayer.getinteracting == null //attack code else we are interacting Quote Link to comment Share on other sites More sharing options...
hahamaxedez Posted April 23, 2023 Author Share 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. Quote Link to comment Share on other sites More sharing options...