There used to be a script called "MiniMe" that showed everyone really, really well, how to utilize every single feature an armor stand could provide within Skript, but it's gone, together with the old forums. 
Anyway, I was trying to name an armor stand, but I just can't seem to get it to work. set name doesn't show up, adding an NBT name doesn't let me color it, and the documentation sometimes just doesn't help. Does anyone know a good syntax to give armorstands colored names?
Also, bonus points if you can manage to delete one. Delete {stand} doesn't really work in something like
as it just doesn't delete it. Doesn't even return an error, actually. Pretty annoying, these things.
Thanks for anything!
Anyway, I was trying to name an armor stand, but I just can't seem to get it to work. set name doesn't show up, adding an NBT name doesn't let me color it, and the documentation sometimes just doesn't help. Does anyone know a good syntax to give armorstands colored names?
Also, bonus points if you can manage to delete one. Delete {stand} doesn't really work in something like
code_language.skript:
function armorstand(d: text , l: location):
spawn an armor stand at {_l}
set {_as} to last spawned armor stand
add "{Small:1,Marker:1b,Invisible:1,Invulnerable:1,NoBasePlate:1}" to nbt of last spawned armor stand
wait 0.5 seconds
delete {_as}
Thanks for anything!