Paste #40205: assignment script ursula

Date: 2017/02/22 15:59:27 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


ursula:
  type: assignment
  actions:
    on assignment:
    - trigger name:click state:true
    on click:
  interact scripts:
  - 1 ursula_interact

ursula_interact:
  type: interact
  steps:
      1:
          click trigger:
              script:
              - chat "Oh, hi, <player.name>. I'm Ursula, your guide to the <BLUE>Ocean<GREEN> world. Would you like to know more?"
          chat triger:
              1:
                  trigger: /yes/
                  script:
                  - chat "<WHITE>The <BLUE>Ocean<WHITE> world has a ton of potential."
                  - wait 1
                  - chat "<WHITE>Build your own island, any way you like, from the ocean floor up, (might bring some <AQUA>Underwater Breathing<WHITE> potions)."
                  - wait 1
                  - chat "<WHITE>Or, you could build (or bring) a boat, and explore the vast ocean to see what it might hold."
                  - wait 1
                  - chat "<WHITE>The <BLUE>Ocean<WHITE> world is a great place to sit back in a boat and just go fishing!"
                  - zap 2
              2:
                  trigger: /no/
                  script:
                  - chat "Well, maybe next time, then, <player.name>."
                  - zap 2
      2:
          click trigger:
              script:
              - chat "Tee hee! Oh, how rude!"
              - zap 1