Solved GUI Making

  • 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 comminuty!

    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.
Jul 15, 2018
19
1
3
19
PLEASE HELP! I have Tuske, I searched many docs, and this code doesn't work, can you solve my problem?

code_language.skript:
if arg-1 is not set:
            open a chest named "&7&lTITANIUM&6&LMC &cServers" to player
            format slot 0 of player with grass named "&b&lSKYBLOCK AQUA" with lore "|&6%100 CUSTOM MADE" to run player command "is"
            format slot 8 of player with redstone named "&c&l???" with lore "&c&lCOMING SOON||&6In the Making..." to run player command "cs"

PLEASE Reply!
 
  1. code_language.skript:
    if arg-1 is not set:
        open a chest named "&7&lTITANIUM&6&LMC &cServers" to player
        format slot 0 of player with grass named "&b&lSKYBLOCK AQUA" with lore "|&6%100 CUSTOM MADE" to execute player command "is"
        format slot 8 of player with redstone named "&c&l???" with lore "&c&lCOMING SOON||&6In the Making..." to execute player command "cs"
 
Try this:

code_language.skript:
if argument-1 is not set:
    open a chest named "&7&lTITANIUM&6&LMC &cServers" to player
    format slot 0 of player with grass named "&b&lSKYBLOCK AQUA" with lore "|&6%100 CUSTOM MADE" to close then run [make player execute command "is"]
    format slot 8 of player with redstone named "&c&l???" with lore "&c&lCOMING SOON||&6In the Making..." to close then run [make player execute command "cs"]

(Btw nice Sasuke picture :emoji_grinning:)
 
Ja, maar dit is een Engels forum dus anderen willen het ook lezen (translation: yes, but this is an English forum so other people want to read it as well)
 
Ja, maar dit is een Engels forum dus anderen willen het ook lezen (translation: yes, but this is an English forum so other people want to read it as well)
Wat is je discord? (translation: What is you're discord) xd
 
Status
Not open for further replies.