Paste #12608: Untitled Paste

Date: 2015/01/07 09:20:57 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


CuboiderEvent:
    type: world
    events:
        on player enters notable cuboid:
        - if <yaml[cuboider].contains[Cuboidy.Tristram.<context.cuboids.replace[li@].replace[cu@]>]> {
            - if <yaml[cuboider].read[Cuboidy.Tristram.<c.cuboids.replace[li@].replace[cu@]>.akcia.title>]> != xxx {
                - define Cuboider_Title '<yaml[cuboider].read[Cuboidy.Tristram.<c.cuboids.replace[li@].replace[cu@]>.akcia.title]>'
                - narrate <def[Cuboider_Title].get[1].to[2]>
            }
        }