Paste #61921: testing... testing...

Date: 2019/11/10 14:16:49 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


SpiderQueen:
    type: task
    debug: true
    script:

    - repeat 3:
        - wait 1s
        #- narrate 'spitting spiders'
        #- narrate spider,<n@51.eye_location.simple>
        #- narrate player,<player.eye_location.simple>
        #- push falling_block,cobweb origin:<npc.eye_location> destination:<player.eye_location> duration:2s ignore_collision npc:51
        #- push llama_spit origin:<npc.eye_location> destination:<player.eye_location> duration:2s ignore_collision npc:51
        #- shoot falling_block,cobweb origin:<npc.eye_location> destination:<player.eye_location>
        - shoot falling_block,cobweb origin:<npc.location> destination:<player.eye_location> npc:<npc[51]>
        - narrate <[last_entity]>
        # <LocationTag.material>

        # shoot or push llama spit and on impact have a cobweb block placed.