Paste #42336: Untitled Paste

Date: 2017/06/02 10:15:02 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
12
13


- foreach <player.location.find.npcs.within[<context.args.get[1]||300>]> {
      - if <def[value].constant[butcher]||false> == true {
        - if <def[value].name.contains_any[NLBlackEagle|MCMonkey|NLBlackHeavenNL]||false> {
          - narrate "<def[value].name>: Really!? You want to erase me! Guess that<&sq>s a thanks for nothing..." targets:<player>
          - narrate "<def[value].name>: Well, bye. Dont expect to see me any time soon!" targets:<player>
          - wait 1s
          - flag player deletedadungeonhelpoutgod:+:1 duration:1m
          }
        - wait 1t
        - remove <def[value]>
        - flag player NumberOfRemovedDungeonMobs:+:1 duration:1m
        }
      }