Paste #2298: Untitled Paste

Date: 2014/02/24 09:41:36 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


"jumpgemscript":
  type: world
  events:
    on player jumps:
    - ^if <player.inventory.contains[jumpgem]> {
      - push <player> destination:<player.location.add[0,10,0]> speed:1
      }