Im coding custom bosses and I want to be able have something other than a steve head or helmet on their head.
code_language.skript:
#-----[Alchemist Boss & Minions]
on rightclick:
if player is holding a enchanted book with name "&d&lAlchemist Summoner" with lore "||&7Summons the &d&nAlchemist Boss":
if event-block is not air:
spawn a zombie 1 above event-block
send "&7[&6&lAA&7] The &6&lAlchemist &7Has Been Summoned!"
set the name of the last spawned zombie to "&6&lAlchemist"
set the helemt of the last spawned zombie to iron helmet