Paste #23914: Edit of P#23913 - Untitled Paste

Date: 2015/12/18 05:25:22 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


Silence_I_Kill_You:
    type: world
    events:
        on player joins:
        - define ptarget <context.entity.location.find.players.within[50].random||null>
            - if <def[ptarget]> == null {
              - queue clear
              }
              else {
              - narrate "Target found"
              }