Hi, how would I add the ability where this custom mob has gold armor and an iron sword that also shoots fireballs
Code:
if arg 1 is "SKELETOR_KNIGHT":
summon skelton at location of player
set max health of last spawned mob to 120
set health of last spawned entity to 120
set {_mhp} to maximum health of last spawned entity
set {_hp} to health of last spawned entity
set display name of last spawned mob to "&aSkeletor Knight &c%{_hp}%&a/&a%{_mhp}%"