Paste #41231: Untitled Paste

Date: 2017/04/08 15:31:06 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


killCounter:
    type: world
    events:
        on player kills player:
        - define dbug <context.entity>
        - flag player playerKills:++
        - narrate "<def[dbug]>"
        - narrate "You have <player.flag[playerKills]>"