Jump to content

[NPC] Need help


Recommended Posts

Posted
myPlayer().isUnderAttack(); // // this is the boolean to check whether it is under attack, don't forget to null check!
NPC npc = getNpcs().closest("Goblin");
npc.isUnderAttack(); // this is the boolean to check whether it is under attack, don't forget to null check!

Please familiarise yourself with the API.

 

Precise.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...