Paste #549: Untitled Paste

Date: 2013/12/11 18:46:55 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


"GateLetter":
    type: item
    material: 339
    display name: 'Sealed letter'
    lore:
        - 'This letter is addressed'
        - 'to the head Gate Keeper'
        - 'of the capital city'

"World Greeter":
  type: assignment

  interact scripts:
  - 10 WorldIntro

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


WorldIntro:
  Type: Interact
  Requirements:
    Mode: None
  steps:
    1:
      proximity trigger:
        entry:
          script:
          - if <player.flag[quest.helloWorld.step]> < 1
            - CHAT "<yellow>Welcome to the glorius land of Thunderfucks, I'm Tim Spawncamper!"
            - WAIT 3
            - CHAT "<yellow>Let me tell you a little about this shittastic world you've decided to visit."
            - WAIT 3
            - CHAT "<yellow>Your're currently in the <blue>Kingdoms<yellow>.  This is where you'll eventually find a place to build a shitty hovel to call home."
            - WAIT 5
            - CHAT "<yellow>You should probably go talk to the <blue>Census Keeper<yellow> to learn more.  Hes in the <blue>Town Hall<yellow> down the path to the east."
            - flag <player> quest.helloWorld:step 1
      click trigger:
        script:
          - CHAT "<yellow>The path is to the <blue>Town Hall<yellow> is to the east.  (You can see your facing by hiting F3)"