evo/locations/beauty_hall

27 lines
859 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script>document.title = "Статуя, прихожая";</script>
<h1><a href="javascript:step()" id="header">&nbsp;Статуя&nbsp;</a></h1>
<h2>Прихожая</h2>
<script>
if (wherewasi == "left_village") $("#enter_from_village").show();
function step(){
$("#enter_from_village").hide('slow');
for (var i=0;i<10;i++) eval('$("#answer'+i+'").hide("slow");');
}
</script>
<div id="enter_from_village" style="display:none">
<p>
Сотня ступеней до колен,<br>
Ещё две сотни по ногам -<br>
И вы на уровне пупка<br>
У рук стоите, как у стен.
</p>
<p>
Открыты двери, манит вход,<br>
Ни звука. Статуя склонилась<br>
Над вами будто. Вы не в силах<br>
Стоять. Вокруг нет никого.
</p>
</div>
<p>
</p>