Paste #20112: Script

Date: 2015/09/16 21:42:56 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


on player picks up item:
    - ^if <player.item_pickup.id> == '98' {
      - ^narrate "Yes"
      } else {
      - narrate "NO"
      }