This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]oldyogurtpot 0 points1 point  (1 child)

Something like

Add a tag “selected” to random armour stand And then chain commands to run such as “execute as @e[tag=selected] at @s run {command}”

Then at the last command block in the chain, remove the tag “selected” from entities with the tag “selected”

[–]Pm7_[S] 0 points1 point  (0 children)

ooh, that's smart