Paste #37623: Untitled Paste

Date: 2016/11/13 16:02:23 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


- foreach <server.flag[NLBLACK_MOB_AGGRO].as_list||false> {
      - define 1 <def[value]>
      - foreach <def[1].location.find.players.within[15.0]||false> {
        - attack <def[1]> target:<def[value]>
        }
      }