#Get "Key" of list variable instead of contents

1 messages · Page 1 of 1 (latest)

peak terrace
#

Working on some custom items. I have all the custom items in a list, (eg. {customItems::exoskeleton}) and I'd like to autocomplete a command with these items. The issue, is I need the key, not the contents, because the contents is the item and not the ID.

sudden heron
#

indices of %variable%

peak terrace
#

DAMN it!! I just missed it. I was trying indexes of %variable%