Paste #1616: Untitled Paste

Date: 2014/02/01 13:15:39 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


HavengulchReset:
  type: world
  events:
    on player left clicks m@stone_button:
      - if <context.location> == l@633.0,77.0,401.0,world {
        - EXECUTE AS_OP "npc despawn 383"
        - EXECUTE AS_OP "npc spawn 383"
        }
    on player right clicks m@stone_button:
      - if <context.location> == l@633.0,77.0,401.0,world {
        - EXECUTE AS_OP "npc despawn 383"
        - EXECUTE AS_OP "npc spawn 383"
        }