Multiple models? I mean you can spawn in a creature with a different model and have it replace the creature that was alive with a different model at its location.
Yeah I know but let me have an example : I want to make a female one and male one that if player attack the female or male, both of them gonna attack the player, that's posible if they are only 1 mob not 2 different ones
A better solution to that would be to have someone be able to select what causes aggression. There's likely something in the code saying "if mobtype = this.mobtype" which simply could have multiple checks "if mobtype = this.mobtype or mobtype is "malemob".
Multiple models? I mean you can spawn in a creature with a different model and have it replace the creature that was alive with a different model at its location.
Yeah I know but let me have an example : I want to make a female one and male one that if player attack the female or male, both of them gonna attack the player, that's posible if they are only 1 mob not 2 different ones
A better solution to that would be to have someone be able to select what causes aggression. There's likely something in the code saying "if mobtype = this.mobtype" which simply could have multiple checks "if mobtype = this.mobtype or mobtype is "malemob".
Yeah that's a good idea XD and I saw lots of people made that player can immune to knockback, how can I do that ?