Paste #14641: Untitled Paste

Date: 2015/03/22 14:18:03 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


- repeat 4 {
          - shoot fireball origin:<npc.location.add[0,2,0]> destination:<npc.location.find.players.within[20].random.location> speed:1
          - wait 1
          - playeffect <npc.location> effect:LARGE_EXPLODE qty:2
          - animate <npc> animation:arm_swing
          }