Paste #26793: Inventory check

Date: 2015/12/24 07:50:54 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


2:
            click trigger:
                script:
                    - if <player.inventory.contains[335]> {
                    - chat "Thank you!"
                    } else {
                    - chat "Please come back when you have a bucket with milk!"
                    }