Paste #1138: Untitled Paste

Date: 2014/01/06 20:55:46 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


"cubetest":
  type: task
  script:
    - define startpoint <player.location.add[-3,0,-3].simple>
    - define endpoint <player.location.add[3,0,3].simple>
    - define cub cu@%startpoint%|%endpoint%
    - foreach <%cub%.get_blocks> {
      - narrate %value%.as_location.material
      }