home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2006 April / SGP.iso / dema / Keepsake-Demo-en-li-v1.0.exe / res / scripts / english / enchantedHallwayText.tcl < prev    next >
Text File  |  2005-10-29  |  5KB  |  102 lines

  1. ################################################################################
  2. #                                                                             ##
  3. #    file   enchantedHallwayText.tcl                                          ##
  4. #    brief  Text for the Enchanted Hallway.                                   ##
  5. #                                                                             ##
  6. ################################################################################
  7.  
  8.  
  9. ## ===================================================== ##
  10. ##   Mya's Notebook                                      ##
  11. ## ===================================================== ##
  12. ## SCENE SET UP: Lydia find the notebook of Zak, but of course he play innocent like if it was the first time he see's it.
  13. ## The book is missing pages and is partly shredded
  14.  
  15. # LYDIA ------> Pondering
  16. set ::lng::myasBookL1 "What happened to this book?"
  17. # LYDIA ------> Evaluating the damage done to the book
  18. set ::lng::myasBookL2 "It looks like a few pages are missing..."
  19. # ZAK --------> Almost said it was his book, but he caught up and quickly lied, inventing it on the spot.
  20. set ::lng::myasBookZ1 "Hey, this is my... umm... Mya's book! Mya was one of the students who turned me into a wolf."
  21. # ZAK --------> Trying to cover his lie
  22. set ::lng::myasBookZ2 "That's why I recognized the book!"
  23. # LYDIA ------> She continue to evaluate the damage done to the book, not letting know she noticed Zak lie
  24. set ::lng::myasBookL3 "It looks like someone... or something... ripped this book apart. Maybe an animal... But why would an animal do that?"
  25. # ZAK --------> Insulted when she look at him!
  26. set ::lng::myasBookZ3 "Why are you looking at me when you say \\\"animal?\\\""
  27. # ZAK --------> Keep on being insulted and try to make Lydia feel bad
  28. set ::lng::myasBookZ4 "I am a MIGHTY dragon, and I have much better things to do than to tear a book apart... humph!"
  29. # LYDIA ------> Feeling bad
  30. set ::lng::myasBookL4 "I'm sorry, Zak."
  31. # LYDIA ------> Trying to explain why she thought it might be his work to shred the book appart
  32. set ::lng::myasBookL5 "I just thought that if the owner of the notebook was the student who changed you into a wolf, you could have torn the pages for revenge..."
  33. # ZAK --------> He is insulted and putting so much emphasys on the fact that it can't be him that it becomes a bit suspicious
  34. set ::lng::myasBookZ5 "Well, that makes NO SENSE since I was locked up and couldn't have TOUCHED the notebook!"
  35.  
  36. ### FIRST CONVERSATION SPLIT ###
  37.  
  38. ### IF ### she don't have the Circlet, she can't read what's inside
  39.  
  40. # LYDIA ------> Exasperated, she gives up
  41. set ::lng::myasBookL6 "Ok... Wait, I can't read this writing."
  42.  
  43. ### ELSE ### she understand what is written
  44.  
  45. # LYDIA ------> Exasperated, she try to calm him down
  46. set ::lng::myasBookL7 "Ok, just calm down!"
  47. # LYDIA ------> Surprised by her discovery when looking at the book
  48. set ::lng::myasBookL8 "Hey! This notebook has a recipe for a shape shifting potion!"
  49.  
  50. ### END OF FIRST CONVERSATION SPLIT ###
  51.  
  52. ### SECOND CONVERSATION SPLIT ###
  53.  
  54. ### IF ### they need to brew the potion to change Zak into a dragon
  55.  
  56. # LYDIA ------> Excited
  57. set ::lng::myasBookL9 "We can use this recipe to brew a potion and change you back into a dragon!"
  58.  
  59. ### ELSE ### it's not something they need, but it could help Zak
  60.  
  61. # LYDIA ------> Happy it might help Zak
  62. set ::lng::myasBookL10 "This recipe might help you turn back into a dragon! Now you'll just need to find a teacher who can brew the potion for you."
  63.  
  64. ### END OF SECOND CONVERSATION SPLIT ###
  65.  
  66. ### THIRD CONVERSATION SPLIT ###
  67.  
  68. ### IF ### they already have some of the missing pages, but not all of them
  69.  
  70. # LYDIA ------> Happy both of the notebook and the pages go together
  71. set ::lng::myasBookL11 "Nice! The ripped pages we found fit into this notebook."
  72.  
  73. ### ELSE ### THEY HAVE ALL MISSING PAGES
  74. # LYDIA ------> Happy that she could put together all the missing parts of the notebook
  75. set ::lng::myasBookL12 "Sweet! We found all of the missing pages; the notebook is complete now!"
  76.  
  77. ### END OF THIRD CONVERSATION SPLIT ###
  78.  
  79.  
  80. ## ===================================================== ##
  81. ##   The Lost Notebook                                   ##
  82. ## ===================================================== ##
  83. ## SCENE SET UP: If she pick up the notebook alone, Zak is not there
  84.  
  85. # LYDIA ------> Puzzled of her discovery
  86. set ::lng::lostBookL1 "Too bad I can't read this language. I'll keep it just in case it might be important."
  87. # LYDIA ------> Happy at the thought of helping someone
  88. set ::lng::lostBookL2 "I am sure the owner will be happy to get it back."
  89. # LYDIA ------> Less optimist at the fact this school seems to be empty without a reason
  90. set ::lng::lostBookL3 "If I can find him..."
  91.  
  92.  
  93. ## ===================================================== ##
  94. ##   Tale of a Notebook                                  ##
  95. ## ===================================================== ##
  96. ## SCENE SET UP: If Lydia picked up the notebook before freeing Zak, she will let him know she did when they pass here together
  97.  
  98. # LYDIA ------> Explaining to Zak what happened
  99. set ::lng::bookCornerBehaviorL1 "Hey Zak, when I came here a short while ago, I found a strange notebook lying on the floor..."
  100.  
  101.  
  102.