Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. qverkk

    Question Basic attacking *1npc*

    How can i make my player to attack only one npc? For now it doesnt even move ;x i have a code like this private boolean Attack(){ Npcs.getActionFilter("Attack", "Corpse Spider"); return false; }
Top