#Setting Gui slot to dyed leather armor

1 messages · Page 1 of 1 (latest)

upper flicker
#

I'm trying to set the middle section of the gui to a gray dyed leather tunic with a custom name and lore, but it doesn't seem to let me have a dyed version of the tunic. If anyoneone could help that would be amazing

jovial torrent
#
dye {_armor} red```
also i know you are not asking for this but
```make gui slot all integers between 0 and 52 with X``` will set all slots to X without needing to type it all out
upper flicker
#

Where exactly would I put this?

set {_armor} to leather armor...
dye {_armor} red

jovial torrent
#

are you serious now?

upper flicker
#

I'm new ish to skripting

jovial torrent
#

make a wild guess

upper flicker
#

that's kind of why i asked, but okay

green locust
#

Just put it underneath the other stuff

so

command /command
    open chest etc.
    set {_armor} to leather armor...
    dye {_armor} red...
    make gui slot x with {_armor}```