Paste #13181: Edit of P#13180 - Untitled Paste

Date: 2015/01/21 08:53:55 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


"speedsword": 
  type: world 
  debug: true 
  events: 



    on player right clicks with stone:
    - narrate "event fired"
    - if !<player.has_flag[crystal]> {
      - narrate "has flag"
      - foreach <player.location.find.players.within[50]> { 
        - shoot D:<player.location.direction[<def[value].location.mul[20]>]> 
        } 
      }