Paste #40552: test outline

Date: 2017/03/07 16:39:10 UTC-08: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
14
15
16
17


outline_test:
    type: world
    events:
        on player places bedrock:
        - wait 5s
        - define altar_total cu@<context.location.add[3,3,3]>|<context.location.add[-3,-3,-3]>
#        - showfake blue_wool <def[altar_total].outline> d:5s
        - define int 1
        - foreach <def[altar_total].outline> {
            - define place li@black_wool|white_wool|light_blue_wool|lime_wool|pink_wool|orange_wool
            - narrate "<&6><def[int]>-<&b><def[value]>"
            - modifyblock <def[value]> <def[place].get[<def[int].mod[6].add[1]>]>
            - define int <def[int].add[1]>
            - wait 0.1s
        }
        - wait 3s
        - modifyblock <def[altar_total].outline> air