1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript Help TuSke (1.14.4)

Discussion in 'Skript' started by Brot, Nov 1, 2019.

Thread Status:
Not open for further replies.
  1. Brot

    Brot Member

    Joined:
    Aug 12, 2019
    Messages:
    11
    Likes Received:
    0
    Skript Author: Brot
    Minecraft Version: 1.14.4
    ---
    Full Code:
    Code (Text):
    1. #CODE
    2. #+
    3.  
    4.         if arg-1 is "+1":
    5.             add 1 to {am.%player%}
    6.             make player execute command "/enchant"
    7.             if click action is shift left mouse button:
    8.                 add 10 to {am.%player%}
    9.                 make player execute command "/enchant"
    10. # -
    11.         if arg-1 is "-1":
    12.             subtract 1 from {am.%player%}
    13.             make player execute command "/enchant"
    14.             if click action is shift left mouse button:
    15.                 subtract 10 from {am.%player%}
    16.                 make player execute command "/enchant"
    17. #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
     
Thread Status:
Not open for further replies.

Share This Page

Loading...