Paste #18826: Untitled Paste

Date: 2015/07/29 21:57:58 UTC-07: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


BlackHoleArrow1:
  type: task
  script:
  - foreach <%location%.find.players.within[10]> {
    - playsound %value% sound:portal_trigger pitch:1
    - cast %value% slow power:200
    - showfake m@ender_portal <%location%.add[0,-1,0]> to:%value% duration:5s
    - playeffect <%location%> effect:ender_signal qty:5
    - push %value% o:<%value%.location.add[0,3,0]> d:<%location%> speed:0.1 duration:3s
    - wait 4s
    - teleport %value% <%value%.location.add[0,-256,0]>
    }

    - shoot e@arrow origin:<player> script:BlackHoleArrow1 speed:<context.force>