Paste #31666: bla bla bla

Date: 2016/03/15 19:22:06 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Guides_Menu:
    type: Inventory
    title: A list of guides
    size: 9
    slots:
    - "[i@Guides_slot1] [i@Guides_slot2] [i@Guides_slot3] [i@Guides_slot4] [i@Guides_slot5] [i@Guides_slot6] [i@Guides_slot7] [] []"

Guides_slot1:
  type: item
  material: 384
  display name: <green>Levelling
  lore:
  - <gold>A guide on how levelling on A'therys works.

Guides_slot2:
  type: item
  material: 54
  display name: <green>Chest Protection
  lore:
  - <gold>A guide on how to protect your personal chests.

Guides_slot3:
  type: item
  material: 58
  display name: <green>Crafting
  lore:
  - <gold>A list of all of our custom crafting recipes.

Guides_slot4:
    type: item
    material: 355
    display name: <green>Towny
    lore:
    - <gold>A guide on the basics on towny.

Guides_slot5:
    type: item
    material: 371
    display name: <green>Economy
    lore:
    - <gold>A guide on how to use the sign shops.

Guides_slot6:
    type: item
    material: 397
    display name: <green>Roleplaying
    lore:
    - <gold>A guide on how to set up your character card.

Guides_slot7:
    type: item
    material: 306
    display name: <green>Heroes
    lore:
    - <gold>A guide on how the class system works.

Guides_handler:
    type: world
    events:
        on player clicks in Guides_Menu:
        - determine cancelled
        on player drags in Guides_Menu:
        - determine cancelled
        on player clicks Guides_slot1 in Guides_Menu:
        - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-leveling-guide-r27/"
        - inventory close
        on player clicks Guides_slot2 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-lwc-guide-r22/"
        - inventory close
        on player clicks Guides_slot3 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-crafting-guide-r24/"
        - inventory close
        on player clicks Guides_slot4 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-towny-guide-r21/"
        - inventory close
        on player clicks Guides_slot5 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-economy-guide-r23/"        
        - inventory close
    on player clicks Guides_slot6 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-roleplay-guide-r25/"
    - inventory close
    on player clicks Guides_slot7 in Guides_Menu:
    - narrate "<yellow>Check out this link for more information: <white>http://atherys.com/forum/index.php?/guides/atherys-heroes-guide-r26/"
    - inventory close

Guide_Opener:
    type: command
    name: Guide
    description: Brings up guide links
    usage: /guide
    script:
    - inventory open d:in@Guides_Menu