Solved Doors

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

SniperFox

Member
May 31, 2017
29
0
1
23
I'm trying to make a system of protected doors. Well and when I use "on right click on wooden door" (the Essence not that here it is written, and that it should do) When I click on the top of the door everything working fine .. When I click on the bottom of the door, nothing works ... P.S. By google translator
 
The BlockID of the door is divided into Top and Bottom.
In my environment it worked fine, but if you want to force it with the older (or problematic) version,
there is a hand to rewrite the "alias file"

aliases-english.sk
code_language.skript:
oak(_| )door = 64
oak(_| )door(_| )top = 64:8-9
oak(_| )door(_| )bottom = 64:0-7

Skript
code_language.skript:
on right click on oak door:
    put code here...

OR

on right click on oak door top or oak door bottom:
    put code here....
 
Status
Not open for further replies.