Paste #3395: Untitled Paste

Date: 2014/04/10 19:06:47 UTC-07: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


'Arena_Display':
  type: world
  events:
    on player right clicks m@button:
    - if <context.location.simple> == 18124,61,3399,world"  {
      - run s@kelin_arena
      }
kelin_arena:
  type: task
  script:
    - repeat 10 {
      - firework "location:18127,60,3396,world" power:2 type:random primary:random|random|random fade:random flicker trail]
      }