Paste #30632: Untitled Paste

Date: 2016/02/22 07:51:17 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


XPLvLConvert:
    type: command
    name: XPConvert
    description: Turn all your EXP Levels into XP Bottles!
    usage: /convertxp
    script: 
    - narrate "You are about to convert ( WORK IN PROGRESS )"
    - narrate "Click again to confirm"
    - flag player xpconfirm duration:10s
    - queue clear
    - if <player.has_flag[xpconfirm] {
       - narrate "hello world"
    }