I need help with signs

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

christianmv84

Active Member
Jul 20, 2017
50
0
0
59
code_language.skript:
on rightclick on sign:
    1st line of clicked block is "a"
    2nd line of clicked block is "b"
    3nd line of clicked block is "c"
    if player has permission "{@permission}":
        if player is holding air:
            open chest with 2 rows named "&3x" to player

Error: the clicked block is not a world Line 4: 3end line of clicked block is "c"
 
Status
Not open for further replies.