Paste #2359: tutorial

Date: 2014/02/28 13:02:28 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


tutorial:
  type: assignment 
  interact scripts: 
  - 50 Tutorial Handler 

Tutorial Handler:
  type: interact 
  steps: 
    'enter': 
      click trigger: 
        script: 
        - chat 'Welcome to Minension (Minecraft-Dimension)'
        - wait 1
        - chat 'I'm the customs officer here at the docks.'
        - wait 1
        - chat 'Before we can let you in you will have to pass the immigration test (tutorial)'
        - wait 1
        - chat 'Press Y to continue'
        - zap 'step:continue'
    'continue':
       chat trigger:
         'y':
           trigger: 'y'
           script:
           - chat 'Hold on to your hats i'm tp'ing you there now!'
           - wait 1
           - execute as-server 'mvtp <player> tutorial'