Paste #15416: region check

Date: 2015/05/01 21:55:59 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


In_region_farm:
  type: task
  script:
    - if <n@29.location.in_region[farm]> = true {
      - narrate "In the farm!!!"
      }