Solved Im stupid

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

TigerPvPzzz

Active Member
Feb 24, 2017
109
2
0
Hey there. i know, im really stupid BUT How can i make a "On right click on a block" code, not like holding the block, but like rightclicking on a physical block
 
code_language.skript:
on rightlclick on dirt:
or
code_language.skript:
on rightclick:
    if clicked block is dirt:
 
code_language.skript:
on rightlclick on dirt:
or
code_language.skript:
on rightclick:
    if clicked block is dirt:
Thanks, but can i make do so it could be every block, and no specifired block
 
code_language.skript:
on rightclick:
    if clicked block is set:
 
Status
Not open for further replies.