mod_extended_succubus_pav_deeppark.qsrc 655 B

1234567891011121314151617
  1. # mod_extended_succubus_pav_deeppark
  2. *nl
  3. if ExtSucMod['hasfoundlair'] = 0:
  4. if ExtSucMod['hasfoundlairentrance'] = 0:
  5. ExtSucMod['hasfoundlairentrance'] = 1
  6. 'Against a rock face, something shiny catches your attention.'
  7. *nl
  8. 'Moving closer, you notice a <a href="exec:gt ''mod_extended_succubus_pav_lair_entrance'', ''start''">coin</a> encased inside the rock.'
  9. else
  10. 'Inspect the <a href="exec:gt ''mod_extended_succubus_pav_lair_entrance'', ''start''">coin</a>.'
  11. end
  12. else
  13. act 'Go to the entrance of your lair':gt 'mod_extended_succubus_pav_lair_entrance', 'start'
  14. end
  15. --- mod_extended_succubus_pav_deeppark ---------------------------------