Paste #6194: Basic Task Script 2

Date: 2014/07/03 12:38:54 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


ExampleTaskScript2:
  type: task
  script:
  - wait 2s
  - cast slow_digging remove
  - if <player.location.cursor_on> != %1% {
    - queue stop
    }
  - random {
    - modifyblock %1% m@air
    - modifyblock %1% m@stationary_water
    }
  - playsound %1% sound:glass