Macro Argument Quantity
I need to teleport a player to a cached set of coordinates. Is it more performative to run a macro with the 3 coordinates as one parameter, or is it the same performance as having each coordinate be a separate parameter?
$(coords)vs$(x) $(y) $(z)