Paste #6778: Untitled Paste

Date: 2014/07/12 12:00:51 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


testschematics:
  type: task
  debug: true
  script:
    - define schem wall1
    - schematic unload name:%schem%
    - schematic load name:%schem%
    - define scu <schematic[%schem%].cuboid[<schematic[%schem%].origin>]>
    - foreach <def[scu].get_blocks> {
      - narrate "<schematic[%schem%].block[%value%]>"
      }