Skript Help TuSke (1.14.4)

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

Brot

Member
Aug 12, 2019
11
0
0
21
Germany
Skript Author: Brot
Minecraft Version: 1.14.4
---
Full Code:
Code:
#CODE
#+

        if arg-1 is "+1":
            add 1 to {am.%player%}
            make player execute command "/enchant"
            if click action is shift left mouse button:
                add 10 to {am.%player%}
                make player execute command "/enchant"
# -
        if arg-1 is "-1":
            subtract 1 from {am.%player%}
            make player execute command "/enchant"
            if click action is shift left mouse button:
                subtract 10 from {am.%player%}
                make player execute command "/enchant"
#CODE


My Problem is: how do i check if a player has clicked the GUI of TuSKe with "shift left click"
pastebin: https://pastebin.com/9Ay5Zv5J
Errors on Reload:
There are no errors its just not working


Other Useful Info:
Addons: SkQuery v4.1.1 | Skript 2.4-beta9 | TuSKe v1.8.2



Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I Have tried many things pasting codes
 
Status
Not open for further replies.