# Autor: evey # # Wersja: 0.1 # # Nie zezwalam na podszywanie sie pod autora! # # Skrypt: eveyBlockChest # options: chest: &4Podejdz blizej zeby otworzyc skrzynke! furnace: &4Podejdz blizej zeby otworzyc piecyk! on rightclick on a chest: if distance between the player and event-block is higher than 2: send "{@chest}" cancel event on right click on chest: if event-block is target block: stop else: cancel event on rightclick on a furnace: if distance between the player and event-block is higher than 2: send "{@furnace}" cancel event on right click on furnace: if event-block is target block: stop else: cancel event