Paste #8683: Edit of P#8680 - Untitled Paste

Date: 2014/08/21 15:39:18 UTC-07: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
14
15
16
17
18
19
20
21


looptask:
    type: task
    script:
      - announce Hello
      - if <player.equipment.boots.scriptname||null> == schuhe {
        - narrate 'If schuhe erkannt'
        - potion jump <player> d:10 p:3
        - announce ' loop return '
        - run looptask delay:7s
        } else {
        - potion jump remove <player>
        - announce ' Script ended '
        }

'loopcommand': 
  type: world 

  events: 

    on player equips armor:
    - run looptask