123456789101112131415161718192021222324 |
- # mod_extended_succubus_pav_lair
- $prevloc = 'mod_extended_succubus_pav_lair_entrance'
- '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\cave.jpg"></center>'
- 'You''re in your lair.'
- *nl
- 'The air is deliciously warm.'
- *nl
- '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.'
- *nl
- 'All around the cave you can see alcoves.'
- *nl
- ' At the opposite side of the entrance, there are stairs going up.'
- *nl
- '<center><img <<$set_imgh>> src="mod\extended_succubus\images\locations\pavlovsk\park\deep\lair\stairs.jpg"></center>'
- act 'Go to the lake':gt 'mod_extended_succubus_pav_lair_bathroom'
- act 'Go to the alcoves':gt 'mod_extended_succubus_pav_lair_alcoves'
- act 'Go upstairs':gt 'mod_extended_succubus_pav_lair_upstairs'
- act 'Move back':gt $prevloc, 'start'
- --- mod_extended_succubus_pav_lair_first_time ---------------------------------
|