Welcome!

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

Sign up now!

Question Basic attacking *1npc*

Joined
Sep 22, 2015
Messages
1,613
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