Feature - Implemented Halls Passing in the Night is still unsupported

Darzil

Developer
Given that this appears to be a dynamic choice adventure, can someone get and post the source so we can check the button numbers?
 

Veracity

Developer
Staff member
Code:
<center>
  <form name=choiceform1 action=choice.php method=post>
    <input type=hidden name=pwd value='xxx'>
    <input type=hidden name=whichchoice value=705>
    <input type=hidden name=option value=1>
    <input class=button type=submit value="Investigate the wailing from the basement">
  </form>
  <form name=choiceform2 action=choice.php method=post>
    <input type=hidden name=pwd value='xxx'>
    <input type=hidden name=whichchoice value=705>
    <input type=hidden name=option value=2>
    <input class=button type=submit value="Go to the janitor's closet">
  </form>
  <form name=choiceform3 action=choice.php method=post>
    <input type=hidden name=pwd value='xxx'>
    <input type=hidden name=whichchoice value=705>
    <input type=hidden name=option value=3>
    <input class=button type=submit value="Head to the bathroom">
  </form>
  <form name=choiceform4 action=choice.php method=post>
    <input type=hidden name=pwd value='xxx'>
    <input type=hidden name=whichchoice value=705>
    <input type=hidden name=option value=4>
    <input class=button type=submit value="Check out the teacher's lounge">
  </form>
</center>
 

Darzil

Developer
r12987 - Add support for Halls Passing in the Night. Shouldn't get stuck in a loop if you pick a choice that hasn't yet been unlocked, but will abort to relay browser. Unverified.
 
Top