Paste #14376: On death doesn't fire.

Date: 2015/03/09 15:05:41 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


testnpc:
  type: assignment

  actions:
    on assignment:
    - trigger name:damage state:true
    - vulnerable state:true

    on death:
    - announce "on death by <context.killer>"
    - narrate "narrate on death <player>"