Hi everybody, please read below and help me.
Example code:
As the example above,i need to create a custom mob with the above parameters and if my {CanAttack.% Player%} is false then Custom Zombie will not attack me (just like Pet) but only attack the player whose {CanAttack.% Player%} is true.
I use:
- Skript dev31
- skUtilities v0.9.0
- skStuff 1.6.4.1
If I need any addon you can say
I need a kind person to help me, and sorry for my bad english
Example code:
code_language.skript:
Custom mob: Example is Zombie
Custom Name
Custom Health
Custom Damage
Custom Armor
Custom Speed
Set Example Zombie to {Custom_Zombie}
if {CanAttack.%player%} is true:
{Custom_Zombie} can attack player
if {CanAttack.%player%} is false:
{Custom_Zombie} can't attack player
As the example above,i need to create a custom mob with the above parameters and if my {CanAttack.% Player%} is false then Custom Zombie will not attack me (just like Pet) but only attack the player whose {CanAttack.% Player%} is true.
I use:
- Skript dev31
- skUtilities v0.9.0
- skStuff 1.6.4.1
If I need any addon you can say
I need a kind person to help me, and sorry for my bad english
Last edited: