Paste #11864: is ascending

Date: 2014/12/05 22:24:47 UTC-08: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


is_ascending:
  type: task
  debug: false
  speed: 0
  script:
    - define old_location '<player.location.y>'
    - while <player.location.y.is[MORE].than[%old_location%]||false> {
      - if <player.is_online.not> {
        - while stop
        }
      - define old_location <player.location.y>
      - wait 1t
      }