Paste #19269: Untitled Paste

Date: 2015/08/12 13:30:10 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
13


"BanditInteract":
  type: interact
  Debug: true
  steps:
    1:
      proximity trigger:
        Exit:
          script:
          - announce "Goodbye!"
      proximity trigger:
        Entry:
          script:
          - announce "Hello!"