Paste #22522: Edit of P#22520 - Edit of P#22516 - Edit of P#22515 - Untitled Paste

Date: 2015/11/13 23:37:43 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


explorer:
  type: world
  debug: false
  events:
    on player enters biome:
    - if <player.flag[explorer].as_list.contains[<player.location.biome.formatted>].not||true> {
      - flag <player> explorer:->:<player.location.biome.formatted>
      - wait 2t
      - announce "<&6>Hermes<&f>: Let it be known that, <player.name>, has found <player.location.biome.formatted> for the first time."
      }