This is my current skript:
every 1 minutes:
set {_loc} to location(-79, 166, 73, "gens2")
spawn skeleton at {_loc}
set {_skeleton} to last spawned skeleton
set helmet of {_skeleton} to iron helmet
set chestplate of {_skeleton} to iron chestplate
set leggings of {_skeleton} to iron leggings
set boots of {_skeleton} to iron boots
How do i make it so the skelton is wearing pink leather armor?