Paste #41233: Untitled Paste

Date: 2017/04/08 16:48:42 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


killCounter:
    type: world
    events:
        on player dies:
        - if !<context.damager.is_player> queue clear
        - flag <context.damager> playerKills:++ 
        - narrate "You have <context.damager.flag[playerKills]> kills." targets:<context.damager>