Right click on sign

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

    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 17, 2017
13
0
0
So I'm trying to make a gui pop up when a sign is clicked but it says 'on rightclick on sign' is not a boolean.
This is part of my code
on rightclick on sign:
line 1 of the clicked block is "Shop"
open chest with 1 row named "&3Shop" to player
 
Whats your skript & server version? If youre not using bensku's skript fork thats probably the problem
 
So I'm trying to make a gui pop up when a sign is clicked but it says 'on rightclick on sign' is not a boolean.
This is part of my code
code_language.skript:
#For example
on rightclick on sign:
    if line 1 of event-block is "Shop":
        open chest with 1 row named "&3Shop" to player
        wait a tick
        format slot 0 of the player with a grass named "&aSky&bBlock" to close then run [send "{@logo1} XDXDXD"]
r
Screenshot (25).png
Screenshot (26).png
Screenshot (27).png
 
Status
Not open for further replies.