Paste #68510: Untitled Paste

Date: 2020/05/03 12:42:35 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


cuboidTest:
    type: world
    debug: true
    events:
        on player enters notable cuboid:
        - narrate <context.cuboids>
        - narrate <context.cuboids.get[1]>
        - narrate <context.cuboids.get[1].notable_name>

        - define fullCub <context.cuboids.get[1]>
        - narrate <[fullCub]>
        - narrate <[fullCub].notable_name>