Paste #39529: Blacksmith_Death_handler

Date: 2017/01/31 21:59:14 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


blacksmith_Death_Handler:
    type: world
    events:
      on entity death:
      - if <context.entity.has_flag[blacksmith_kit]> {
        - flag player blacksmith_kit:<-:<context.entity>
        }