Paste #40753: Untitled Paste

Date: 2017/03/14 23:01:38 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


Bind_petwhistle:
    type: item
    material: i@name_tag
    display name: Pet Leash
    lore:
    - Call your pet
    - interrupts pet actions

callpetwithwhistle:
    type: world
    events:
        on player consumes Bind_petwhistle:
            - spawn <player.flag[pet].get[1]> <player.location> 
            - follow <player.flag[pet].get[1]> lead:4 speed:1.5 target:<player>
            - narrate "mere boy"
            - determine cancelled