Paste #8702: Diff note for paste #8701

Date: 2014/08/22 06:07:23 UTC-07: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


 'GuardKillsPlayerEvent':
   type: world
   debug: true
   events:
-    on npc kills player:
-    - if <npc[<context.damager>].name.contains[Guard]> {
+    on player dies:
+    - if <context.damager.name> == 'Guard' {
       - determine 3
       - run jailintro as:<context.entity> instantly
       }