#Is there a way to modify the content of this box?
1 messages · Page 1 of 1 (latest)
@burnt spade
Hello, do you know how I can show the aux id or the item identifier in the purple box?
@burnt spade Or how can I get the identifier of slot 1 of the inventory?
is it possible?
Yes to both. For showing the identifier of slot 1, you can use a collection_panel with the collection for the inventory, then have the child element be set to the collection_index which corresponds to slot 1. I'm not sure if there's an exact binding for the name/identifier, but you should be able to get it from the first part of the #hover_text binding.
For showing aux_id, you can use a similar setup and use the aux binding, such as
{
"binding_name": "#item_id_aux",
"binding_type": "collection",
"binding_collection_name": "$item_collection_name"
},
With #hover_text can I get the item identifier?
For example, in the hud, with #hover_text can I show the identifier of the item that the player has in his hand?
I think #hover_text might be a bit odd bc it doesn't return the identifier (I think?), but it translates first then returns the translated name inside the binding text
If you only need to get the text of the item the player has in hand, you might want to use #item_text binding from the hud screen instead
Angel
If what you want is to see the aux ID you can do it with this pack
Although well, I'm not sure you can show it on the hover
and if I want to take the name of a certain item from a chest, it is with #hover_text right?
yeah
No
I already know how to do that, what I want is to get the name or identifier of a certain item from a chest in slot 1 for example
perfect, thanks
Two angels interacting with eachother, one of them being an absolute legend.