Paste #34245: Untitled Paste

Date: 2016/06/13 18:55:45 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


"No Path No Loot":
    type: world
    events:
        on entity dies:
        - flag spawnlimit.<context.location.simple>:++ duration:30m
        - if <spawnlimit.<context.location.simple>> >= 5 {
            - determine NO_DROPS_OR_XP
        }
        else {
        - determine cancelled
        }