Paste #28919: Edit of P#28918 - Untitled Paste

Date: 2016/01/22 10:06:14 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


CustomGUI:
    type: assignment
    actions:
        on click:
        - inventory open d:in@my_inventory_menu
my_inventory_menu:
   type: inventory
   title: My Inventory Menu
   size: 27
   slots:
   - "[] [] [] [] [] [] [] [] []"
   - "[] [] [i@my_inventory_menu_slot12] [] [i@my_inventory_menu_slot14] [] [i@my_inventory_menu_slot16] [] []"
   - "[] [] [] [] [] [] [] [] []"

my_inventory_menu_slot12:
    type: item
    material: 77
    display name: Click Me

my_inventory_menu_slot14:
    type: item
    material: 143
    display name: Click Me

my_inventory_menu_slot16:
    type: item
    material: 77
    display name: Click Me