Paste #14799: Lore limitation

Date: 2015/03/29 10:55:31 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
12


testcom:
    type: command
    name: test
    description: testeronis
    usage: /test
    script:
    - if <player.inventory.contains.lore[A_Package_Full_Of_Bread]> {
        - take "bydisplay:<&b>Bread Package" qty:1
    }
        else {
        - narrate "Fail"
        }