Paste #75590: Untitled Paste

Date: 2020/09/13 06:49:59 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


my_inventory_menu_handler:
    type: world
    events:
        on player breaks grass:
        - inventory open d:in@my_inventory_menu
        on player clicks in my_inventory_menu priority:100:
        - determine cancelled
        on player drags in my_inventory_menu priority:100:
        - determine cancelled
        on player clicks my_inventory_menu_slot1 in my_inventory_menu:
        - narrate "Boom"