Solved Skript Update problem with TuSKe (FIXED)

  • 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.

XSKRIPTX

Member
Dec 26, 2017
47
1
8
35
Request:
Hello, i have update Skript "Skript 2.2-Fixes-V8b" now i have "Skript 2.2-dev36" and my Code does not work...

My Code:
Code:
command /Shop [<text>]:
    trigger:
        open chest with 6 rows named "&cSHOP" to player
        create a gui slot 0 of player with 373:8229 named "&8» Potions"  to do nothing


on inventory click:
    if inventory name of player's current inventory is "&cSHOP":
        set {click.typ.%player%} to click type
        set {click.slot.%player%} to clicked slot
        if "%{click.slot.%player%}%" is "0":
            if "%{click.typ.%player%}%" is "right":
                wait 1 tick
                send "WORK" to player


ERROR:
Code:
NO ERROR but no OUTPUT
 
Last edited:
Status
Not open for further replies.