I want to get an entity from a specific UUID for a command.
Will it teleport the entity associated with the UUID to {_voidLoc}? Or do I need to do something else to return an entity from that UUID.
Code:
command /void <uuid>:
trigger:
set {_e} to arg-1
teleport {_e} to {_voidLoc}
# This is just example code I want to do something else with UUIDs
Will it teleport the entity associated with the UUID to {_voidLoc}? Or do I need to do something else to return an entity from that UUID.