Paste #43689: Command Schem

Date: 2017/08/20 18:55:23 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


- define list_locs <li@<l@35,65,39,wananga>|<l@29,65,39,wananga>|<l@23,65,39,wananga>|<l@17,65,39,wananga>|<l@11,65,39,wananga>>
      - define count 1
      - foreach <def[list_frames].random[<def[list_frames].size>]> {
        - schematic load name:oropuare_<def[value]> filename:oropuare_<def[value]>
        - schematic paste name:oropuare_<def[value]> <def[list_locs].get[<def[count]>]>
        - schematic unload name:oropuare_<def[value]> filename:oropuare_<def[value]> 
        - define count <def[count].add[1]>
      }