Paste #14445: Edit of P#14443 - Edit of P#14440 - Gremlins

Date: 2015/03/12 11:59:01 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


"Gremlin": 
  type: assignment 
  actions: 
    on assignment: 
    - trigger name:proximity toggle:true radius:5 cooldown:10m 
    - health toggle:true 
    - vulnerable 

    on enter proximity: 
    - RANDOM {
      - CHAT "&4Mmm! Yummy Machines!" 
      - CHAT "&4Must DESTROY!" 
      - CHAT "&4Hmm which Machine next? They all look delicious!" 
      }

    on death: 
        script: 
        - CHAT "&4AAAAARRGG!" 
        - execute as_server "class exp <player> 5" 

  interact scripts: 
  - 1 GremlinDeath 

GremlinDeath: 
  type: interact 
  Steps: