Paste #35793: Untitled Paste

Date: 2016/09/04 21:37:22 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


testfor: 
  type: command 
  name: testfor 
  script:  
  - ^execute as_server "npc remove all" 
  - create squid squid <player.location.cursor_on[4]> save:squid
  - ^narrate <entry[squid].created_npc.location.find.players.within[30]> 
  - ^hurt 3 <entry[squid].created_npc.location.find.players.within[30]> 
  - ^execute as_server "npc remove all"