I need help with multiple things, but first off I'm trying to make a tameable custom wolf called "HellHound"
which is tameable via blazerods and crouching but its not working
. Here is the config:
(Still doesn't work without second trigger event)
Skill
Taming mobs and other things
which is tameable via blazerods and crouching but its not working

Code:
HellHound: Type: WOLF Display: '&cHellhound' Health: 75 Damage: 6 Skills: - skill{s=SetOwner} @trigger ~onInteract
Skill
Code:
SetOwner: Conditions: - holding BLAZE_ROD - crouching true Skills: - setowner...