Paste #5512: Script re-paste from http://hastebin.com/aledojuzen.xml

Date: 2014/06/20 21:22:26 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


HasWarped:
  type: world
  debug: false
  events:
    on command warp:
      - flag TutorialWarped

InitiateTutorial:
  type: assignment
  actions:
    on assignment:
    - trigger name:chat toggle:true
  interact scripts:
  - 10 Tutorial

Tutorial:
  Type: Interact
  Steps:
    1:
      Click Trigger:
        Script:
          - ^engage
          - chat "Welcome to Insomnia Craft. I'm James, the guide here in Haven!"
          - wait 2
          - chat "Ill be teaching you the important things you need to know to survive in this world.."
          - wait 2
          - chat "You will be well rewarded for completing this tutorial"
          - wait 2
          - chat "Would you like to begin now? (Recommended)"
          - narrate "<white>You can say, <green>Yes<white> or <green>No<white>."
          - ^disengage
      Chat Trigger:
        1:
           Trigger: /Yes/, Let's begin.
           Script:
             - ^engage
             - chat "Great. We'll go over your most basic commands first. Starting with warps."
             - wait 2
             - chat "Unlike most worlds, this world has limited warps depending on your rank."
             - wait 2
             - chat "To move around, you can use teleports, ships and dragons to travel, but we'll go over that later."
             - wait 2
             - ^chat "Your first task is to use a warp, type /warp tutorial and speak to me when you've finished."
             - ^zap
             - ^disengage
        2:
           Trigger: /No/, I'll come back later. 
           Script:
             - ^engage
             - chat "Alright, come back to me when you're ready to begin."
             - ^disengage
    2:     
      Click Trigger:
        Script:
          - ^engage
          - chat "You haven't used your warp yet, Type /warp tutorial and speak to me when you're done."
          - ^disengage
    3:
      Click Trigger:
        Script:
          - ^engage
          - chat "Ah, you've warped. Not very far, but you get the idea. Here is 200$ for your troubles."
          - wait 2
          - chat "You can type /warp to see a list of places you can warp to with your current rank."
          - wait 2
          - chat "You can purchase additional warps on the website."
          - wait 2
          - chat "Are you ready for your next task?"
          - ^zap step:4
          - ^disengage