Paste #28218: ayu

Date: 2016/01/10 13:33:54 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


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