Advertisement
WriteEscape

Untitled

Mar 12th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. "Santa":
  2.   type: assignment
  3.   interact scripts:
  4.  - 10 Santa Day 1
  5.  
  6.   actions:
  7.     on assignment:
  8.    # This enables interaction with NPC via clicking, chatting, proximity and damage.
  9.     - trigger name:chat toggle:true
  10.     - trigger name:click toggle:true
  11.     - trigger name:proximity toggle:true
  12.     - trigger name:damage toggle:true
  13.     - lookclose state:true
  14. "Santa Day 1":
  15.   type: interact
  16.   steps:
  17.     1:
  18.       proximity trigger:
  19.         entry:
  20.           script:
  21.          - chat "Hello <player.name>"
  22.           - wait 3
  23.           - chat "You may be asking yourself why i have brought you all here"
  24.           - wait 1
  25.           - chat "well let me explain. My sleigh had
  26.          - wait 1
  27.          - chat "well let's just say an accident"
  28.          - wait 2
  29.          - chat "You may have noticed we relocated our operations since last year to this planet."
  30.          - wait 3
  31.          - chat "Given that you morons ruined our home with a small thing called Global Warming,"
  32.          - chat "as soon as the christmas festivities ended we packed up and got the bloody hell out of that place,"
  33.          - chat "making this our new home."
  34.          - wait 3
  35.          - chat "Me and my elves have lived in peace here for the last six months,"
  36.          - chat "however... recently on a Sled test-run the engine failed for some strange reason"
  37.          - chat "and I can’t help but notice these purple looking trees sprouting up around the place"
  38.          - chat "but I simply don’t have the time to explore!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement