Paste #7146: Vip donor ranks

Date: 2014/07/19 11:18:42 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


"Vip":
    type: assignment

    actions:
      on assignment:
      - trigger name:chat toggle:true
      - trigger name:click toggle:true
      - trigger name:proximity toggle:true

    interact scripts:
    - 10 Vip Commands


'Vip Commands':
    type: interact

    steps:
        1:

            click trigger:
                script:
                - chat 'Vip Cost 5$'
                - wait 1
                - chat 'You Will Get /Warp Vip'
                - wait 1
                - chat 'You Will Get /Kit Vip'
                - wait 1
                - chat 'You Will Get /Enderchest'
                - wait 1
                - chat 'Would You Like To Donate'
            chat trigger:
                1:
                    trigger: /Yes/
                    script:
                    - chat "Okay here is the link to donate"
                    - zap step:2
                2:
                    trigger: /No/
                    script:
                    - chat "Oh okay, talk to me if you ever want to donate"
        2:
            click trigger:
                script:
                - chat "Thank you for donating"