mod_extended_succubus_pav_lair_first_time.qsrc 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. # mod_extended_succubus_pav_lair_first_time
  2. $SeenAll = 'You feel like you''ve seen everything you need here. '
  3. if $ARGS[0] = 'stairs':
  4. $prevloc = 'mod_extended_succubus_pav_lair_first_time'
  5. 'Up the stairs, you see a corridors with 2 doors on the left, one on the right and one at the end.'
  6. *nl
  7. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\upstairs.jpg"></center>'
  8. if $ARGS[1] = 'bedroom':
  9. ExtSucMod['bedroom_checked'] = 1
  10. $bedroom_description = '
  11. As soon as you enter the room, you''re amazed by its beauty.
  12. It''s a bedroom... No, a royal bedroom!
  13. Everything seems rich there, a comfy bed and high quality furnitures
  14. You smile to yourself : "Here I have everything I need to make a proper bedroom"
  15. Although the cave have been uninhabited for a while, everything seems to be in a pristine state (Magic! Tadaam!)
  16. '
  17. elseif $ARGS[1] = 'kitchen':
  18. ExtSucMod['kitchen_checked'] = 1
  19. $kitchen_description = '
  20. You''re entering into what seems to be a kitchen
  21. There''s everything a kitchen needs : a fireplace to cook some food, a table, shelves and even a magical storage to keep what''s inside cold
  22. '
  23. elseif $ARGS[1] = 'throne':
  24. ExtSucMod['throne_checked'] = 1
  25. $throne_description = '
  26. In this room, you find only one thing :
  27. A throne...
  28. <i>Your</i> throne.
  29. You slowly walks toward it and sits. You smiles : "I feel like I''m a queen"
  30. '
  31. elseif $ARGS[1] = 'blocked':
  32. ExtSucMod['blocked_checked'] = 1
  33. $blocked_description = '
  34. You''re not going very far in that tunnel.
  35. It''s blocked by stones.
  36. '
  37. end
  38. if ExtSucMod['bedroom_checked'] = 1:
  39. *nl
  40. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\bedroom.jpg"></center>'
  41. '<<$bedroom_description>>'
  42. else
  43. act 'Check the door on the right':gt 'mod_extended_succubus_pav_lair_first_time', 'stairs', 'bedroom'
  44. end
  45. if ExtSucMod['kitchen_checked'] = 1:
  46. *nl
  47. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\kitchen.jpg"></center>'
  48. '<<$kitchen_description>>'
  49. else
  50. act 'Check the first door on the left':gt 'mod_extended_succubus_pav_lair_first_time', 'stairs', 'kitchen'
  51. end
  52. if ExtSucMod['blocked_checked'] = 1:
  53. *nl
  54. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\blocked.png"></center>'
  55. '<<$blocked_description>>'
  56. else
  57. act 'Check the second door on the left':gt 'mod_extended_succubus_pav_lair_first_time', 'stairs', 'blocked'
  58. end
  59. if ExtSucMod['throne_checked'] = 1:
  60. *nl
  61. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\throne.jpg"></center>'
  62. '<<$throne_description>>'
  63. else
  64. act 'Check the door at the end of the corridor':gt 'mod_extended_succubus_pav_lair_first_time', 'stairs', 'throne'
  65. end
  66. if ExtSucMod['throne_checked'] + ExtSucMod['throne_checked'] + ExtSucMod['throne_checked'] + ExtSucMod['throne_checked'] >= 4:
  67. ExtSucMod['stairs_checked'] = 1
  68. else
  69. $SeenAll = ''
  70. end
  71. killvar '$bedroom_description'
  72. killvar '$kitchen_description'
  73. killvar '$blocked_description'
  74. killvar '$throne_description'
  75. else
  76. $prevloc = 'mod_extended_succubus_pav_lair_entrance'
  77. if $ARGS[0] = 'lake':
  78. ExtSucMod['lake_checked'] = 1
  79. $lake_description = '
  80. You walk down to the lake and sits next to it.
  81. You trace your fingers against the surface of the water and smiles as you feel how it''s deliciously warm :
  82. "This is not just a lake, but a hotspring."
  83. '
  84. elseif $ARGS[0] = 'alcoves':
  85. ExtSucMod['alcoves_checked'] = 1
  86. $alcoves_description = '
  87. The walls have been dug to create many rooms all around.
  88. The rooms are all the same : against the back wall are solidly fixed shackles and below them, a pile of straw.
  89. "There were prisonners here? Or perhaps slaves...."
  90. '
  91. end
  92. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\cave.jpg"></center>'
  93. 'You enter the cave and take a look around. You''re astonished by the view.'
  94. *nl
  95. 'The air is deliciously warm.'
  96. *nl
  97. 'The cave is circular and seems to have been arranged. Some people lived here, for sure.'
  98. *nl
  99. 'At its center, you can see a waterfall feeding a little inner basin. A quick look tells you that the water, clear like crystal, seems shallow.'
  100. if ExtSucMod['lake_checked'] = 1:
  101. *nl
  102. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\lake.png"></center>'
  103. else
  104. act 'Check the lake':gt 'mod_extended_succubus_pav_lair_first_time', 'lake'
  105. end
  106. '<<$lake_description>>'
  107. 'All around the cave you can see alcoves.'
  108. *nl
  109. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\alcoves.jpg"></center>'
  110. '<<$alcoves_description>>'
  111. if ExtSucMod['alcoves_checked'] = 1:
  112. *nl
  113. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\shackles.jpg"></center>'
  114. else
  115. act 'Check the alcoves':gt 'mod_extended_succubus_pav_lair_first_time', 'alcoves'
  116. end
  117. ' At the opposite side of the entrance, there are stairs going up.'
  118. *nl
  119. '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\stairs.jpg"></center>'
  120. if ExtSucMod['stairs_checked'] = 0:
  121. act 'Move up the stairs':gt 'mod_extended_succubus_pav_lair_first_time', 'stairs'
  122. end
  123. if ExtSucMod['bedroom_checked'] + ExtSucMod['alcoves_checked'] + ExtSucMod['stairs_checked'] >= 3:
  124. ExtSucMod['hasfoundlair'] = 1
  125. else
  126. $SeenAll = ''
  127. end
  128. killvar '$lake_description'
  129. killvar '$alcoves_description'
  130. end
  131. act '<<$SeenAll>>Move back':gt $prevloc, 'start'
  132. --- mod_extended_succubus_pav_lair_first_time ---------------------------------