lisabe96 Posted January 2, 2016 Posted January 2, 2016 (edited) How can I know for sure that an NPC is death? entity.exists() sometimes fails and isAnimating() can be used in combat Edited January 2, 2016 by lisabe96
Zappster Posted January 2, 2016 Posted January 2, 2016 Have you tried calling getHealth and checking if that's 0?
lisabe96 Posted January 2, 2016 Author Posted January 2, 2016 Thanks, hadn't seen that method before, still pretty new to the API 1