Recent content by zonf

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

    how do i check if a block is at a location set in a variable

    i want to do it with a variable, and 2nd it doesn't work on rightclick on cobblestone: if player is holding stick named "&bCobblestone generator activator": set {%location%.cobblestonegen} to clicked block's location on rightclick on cobblestone: if clicked block is at...
  2. Z

    how do i check if a block is at a location set in a variable

    on break: if event-block is at {%player%.spawnblock}: cancel event Errors: Line 9: Can't compare a block with 'at {%player%.spawnblock}' (script.sk, line 9: if event-block is at {%player%.spawnblock}'s location:')