#Name of variable

1 messages · Page 1 of 1 (latest)

gilded basalt
#

Is there a way to retrieve the name of a variable such as accessing the first value of {balance::1}, and treating it as the original name rather than retrieving its value

To further explain, I have for example this:
{balance::%uuid of player%} which is set to 1000
I want to get the UUID of the player and parse it as a player rather than receiving the value (1000)

cunning storm
#

if you are looping it would be the index

gilded basalt
#

How do you mean?

cunning storm
#
  send loop-index```
gilded basalt
#

Oh yeah 😅

#

Didn't quite understand what you meant