Search results

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

  1. T

    Setting a variable value depending on a lever powered state

    So I am trying to set a variable to true when lever at 15 15 15 is powered and set the variable to false when lever is unpowered. And then pressing a button calls an if statement that checks if the var as mentioned before is true. If it is it calls a function. The button location is 12 12 12. on...
  2. T

    Executing a function on lever click at specific coords.

    Hello, I am trying to execute a function when I click a lever at specific cords. The cords are 69 69 69(Nice). Code: on right click on lever: if event-block's location is 15 15 15: //some code here It doesn't work.