#Heal an armor stand

1 messages · Page 1 of 1 (latest)

tawny siren
#

How can i heal the armor stand after its hit?
Ive tried on damage: if victim is armor stand: heal victim and on damage: if victim is armor stand: set health of victim to 10

finite sundial
#

on damage: if victim is armor stand: cancel event

tawny siren
# finite sundial on damage: if victim is armor stand: cancel event

the thing is i need it to work with my other skript which uses durability ```on damage:
remove 1 from {durability::%uuid of attacker%}
set durability of attacker's tool to {durablilty::%uuid of attacker%}

on join:
if {durability::%uuid of player%} is not set:
set {durability::%uuid of player%} to 59

on death:
if attacker is a player:
add {durability::%uuid of victim%} to {durability::%uuid of attacker%}```

#

it dosent if you cancel it

#

;OR IS that not possible