Paste #3930: Untitled Paste

Date: 2014/05/01 12:54:49 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


moneyLossOnDeath: 
  type: world 
  debug: true
  events: 
    on entity killed:
    - if <context.entity> == player {
        - do stuff
      }