Paste #13061: RandomTP1

Date: 2015/01/18 00:19:45 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


RandomTP1:
  type: world
  debug: false
  events:
    on player damages npc:
    - if <c.entity.name.is[==].to[TeleportWizard]> {
        narrate "<red>Try right clicking me"
      }

    on player right clicks npc:
    - if <context.entity.name.is[==].to[TeleportWizard]> {
    - execute as_op "randomtp"
      }