Paste #28208: Edit of P#28206 - Edit of P#28201 - Edit of P#28199 - Edit of P#28196 - Edit of P#28193 - Edit of P#

Date: 2016/01/10 12:39:01 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


Parkourscript:
  type: world
  debug: true
  events:
    on player consumes potion,8258[potion=SPEED,1,true,false]:
    - if <player.location.is_within[test].not> {
      - narrate "You drank a speed potion!"
    } else {
      - determine cancelled
    }
    on player enters test:
    - narrate "Entered test"