#Heal an armor stand
1 messages · Page 1 of 1 (latest)
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