#(doxaaaa) checking a item scripts custom model data, display name, etc

11 messages · Page 1 of 1 (latest)

deft nymph
#

how would i get specific data from a item script, e.g
/ex narrate screws.custom_model_data


    # Script type
    type: item

    # Item Mechanics
    mechanisms:

        # Custom model data
        custom_model_data: 1

    # Item material
    material: amethyst_shard

    # Item display name
    display name: <&7>Screws

    # Item lore
    lore:
    - <&7>These can be found in component boxes
    - <&7>and can be used in the component factory at spawn
    - <&6>✦ <&7>Rarity: <&7>Common
pallid stormBOT
#

(doxaaaa) checking a item scripts custom model data, display name, etc

pallid stormBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

shadow parcel
#

I suppose you can do <item[screws].taghere>

#

Assuming you just want what that item script generally has and not a specific item

deft nymph
#

aaah thats it

#

and yea

#

just need some specific data from the script so i can run it through my get_item script

#

for my custom loot pool

#

cheers for that