Paste #13214: Diff note for paste #13213

Date: 2015/01/21 16:32:01 UTC-08:00
Type: Diff Report

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
19
20
21


 "speedsword":
   type: world 
   debug: true 
   events: 
 
 
     on player right clicks with stone: 
     - if !<player.has_flag[crystal]> { 
       - if !<player.has_effect[NIGHT_VISION]> { 
         - foreach <player.location.find.players.within[50].exclude[<player>]> { 
           - if <def[value].has_effect[NIGHT_VISION]> {
             - push <def[value]> origin:<def[value].location> destination:<player.location.sub[<def[value].location>].normalize.mul[20]> 
             }
           }
         }
-      }
+      } 
-