Paste #36030: Script

Date: 2016/09/13 09:21:36 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


eye_scanner:
    type: world
    debug: false
    events:
        on player steps on block:
        - if <player.has_flag[my_secret_door_flag]> {
            - if <player.location.precise_cursor_on[1].simple> == "-257,70,129,world" {
            - switch -257,70,130,world state:toggle duration:3s
            }
        }