Paste #35690: Untitled Paste

Date: 2016/08/30 07:27:04 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


noplotsme:
    type: world
    events:
    on player breaks grass:
    - if <p@player.groups> == player {
      - narrate PLAYER
      }
      else {
      - narrate ABOVE
      }