Paste #45114: Untitled Paste

Date: 2017/10/21 08:37:05 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


EV_halloweenhead:
    type: command
    name: dhalloween
    script:
    - foreach <player.world.npcs> {
        - if <def[value].equipment.helmet||null> == null || <def[value].equipment.helmet||null> == m@air {
            - equip <def[value]> head:i@pumpkin
            }
        }