MattHeard / Dendrite

Write an interactive adventure story with the rest of the world
MIT License
2 stars 0 forks source link

Find out why the the fourth option for p29a has linkIndex == 17 #217

Open MattHeard opened 9 years ago

MattHeard commented 9 years ago
<ul class="optionPair">
    <li><a class="optionLink" href="/read?p=16"><div class="option">&#034;What happened last night? Why am I a man?&#034;</div></a></li>
    <li><a class="optionLink" href="/write?from=29a&amp;linkIndex=2"><div class="option">Make your way downstairs for breakfast</div></a></li>
</ul>
<div class="clear"></div>
<ul class="optionPair">
    <li><a class="optionLink" href="/write?from=29a&amp;linkIndex=3"><div class="option">Scratch yourself (remembering you are naked)</div></a></li>
    <li><a class="optionLink" href="/write?from=29a&amp;linkIndex=17"><div class="option">Look around at last night&#039;s conquests</div></a></li>
</ul>

It's quite an old entry, and it doesn't look like it has caused any problems, but it is certainly odd.

MattHeard commented 9 years ago

I have changed it to 4.