Paste #6772: Edit of P#6771 - Edit of P#6768 - Edit of P#6767 - schem start to dBuilder

Date: 2014/07/12 10:52:04 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


testschematics:
  type: task
  debug: true
  script:
    - define schem wall1
    - schematic unload name:%schem%
    - schematic load name:%schem%
    - define sx <schematic[%schem%].length>
    - define sy <schematic[%schem%].height>
    - define sz <schematic[%schem%].width>
    - foreach <cu@0,0,0,world|%sx%,%sy%,%sz%,world.get_blocks> {
      - narrate <schematic[%schem%].block[%value%]>
      }