Need help GUI

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Brok3nmind

Active Member
Feb 3, 2017
66
1
8
Germany
darkvoid.eu
command /tt:
trigger:
open chest with 5 rows named "&8> &cBlöcke" to player
format slot 0 of player with orange stained glass pane named "&8-/-" to run ""
format slot 1 of player with orange glass pane named "&8-/-" to run ""
format slot 2 of player with orange glass pane named "&8-/-" to run ""
format slot 3 of player with orange glass pane named "&8-/-" to run ""
format slot 4 of player with orange glass pane named "&8-/-" to run ""
format slot 5 of player with orange glass pane named "&8-/-" to run ""
format slot 6 of player with orange glass pane named "&8-/-" to run ""
format slot 7 of player with orange glass pane named "&8-/-" to run ""
format slot 8 of player with orange glass pane named "&8-/-" to run ""
format slot 9 of player with gray stained glass pane named " " to run ""
format slot 10 of player with 1 named " " to close then run ""
format slot 11 of player with 2 named " " to close then run ""
format slot 12 of player with 3 named " " to close then run ""
format slot 13 of player with 4 named " " to close then run ""
format slot 14 of player with 5 named " " to close then run ""
format slot 15 of player with 6 named " " to close then run ""
format slot 16 of player with 7 named " " to close then run ""
format slot 17 of player with red stained glass pane named "»" to run [open chest with 5 rows named "&8> &cBlöcke" to player]
format slot 18 of player with gray stained glass pane named " " to run ""
format slot 19 of player with 1:2 named " " to close then run ""
format slot 20 of player with 1:3 named " " to close then run ""
format slot 21 of player with 1:4 named " " to close then run ""
format slot 22 of player with 1:5 named " " to close then run ""
format slot 23 of player with 12 named " " to close then run ""
format slot 24 of player with 13 named " " to close then run ""
format slot 25 of player with 14 named " " to close then run ""
format slot 26 of player with red stained glass pane named "»" to run ""
format slot 27 of player with gray stained glass pane named " " to run ""
format slot 28 of player with 15 named " " to close then run ""
format slot 29 of player with 16 named " " to close then run ""
format slot 30 of player with 17 named " " to close then run ""
format slot 31 of player with 18 named " " to close then run ""
format slot 32 of player with 19 named " " to close then run ""
format slot 33 of player with 20 named " " to close then run ""
format slot 34 of player with 21 named " " to close then run ""
format slot 35 of player with red stained glass pane named "»" to run ""
format slot 36 of player with orange glass pane named "&8-/-" to run ""
format slot 37 of player with orange glass pane named "&8-/-" to run ""
format slot 38 of player with orange glass pane named "&8-/-" to run ""
format slot 39 of player with orange glass pane named "&8-/-" to run ""
format slot 40 of player with orange glass pane named "&8-/-" to run ""
format slot 41 of player with orange glass pane named "&8-/-" to run ""
format slot 42 of player with orange glass pane named "&8-/-" to run ""
format slot 43 of player with orange glass pane named "&8-/-" to run ""
format slot 44 of player with orange glass pane named "&8-/-" to run ""


How can i change the other format in the other GUI (format slot 17 of player with red stained glass pane named "" to run [openchest with 5 rows named "& 8blocks" to player])?

Because i want a gui in a gui
 
Last edited:
please post it in Code tag.... and this should be in help and not request.
 
Ich bin auch deutsch kannst du mir sagen wie es geht ?
Wenn dein code nicht ordnung ist, nein, Ich lese solche code nicht. Ausserdem sollte das ins Help section sein, Weil du schon ein Code hast, und keine Anfrage willst.

Hier beispiel für dein problem, Ich habe deine Code noch NICHT gelesen! Formatiere die ins Code tag, dann helfe ich dir weiter.

code_language.skript:
command /test:
 trigger:
  open chest with 3 rows named "1.  GUI" to player
  set slot 0 of player's current inventory to stone named "bla"

on inventory click:
 if name of player's current inventory is "1. GUI":
  cancel event
  open chest with 4 rows named "2. GUI" to player
  set slot 0 of player's current inventory to "hehe"

===============
If your code not fine, then not, i don't read some like this, And this post should be in help section, because you got a Code, you are not requesting, you got only a problem.

Here example for your problem, and remain, i didn't read your code! Change your Code in Code Tag, and i will help you.
 
I recommend using TuSKe's GUI Manager over format slot as format slot is incredibly buggy. If someones manages (hehe) to translate that in German, you know what to do.
 
Status
Not open for further replies.