TheTome /
NoHolesBarredTheTome.NoHolesBarred HistoryHide minor edits - Show changes to markup Changed lines 116-117 from:
A vote for Kerry is not a vote for Bush."_ to:
A vote for Kerry is not a vote for Bush."_ Changed lines 220-227 from:
* the first time it beeped, i just shut it down and checked that the ram and video-card were properly connected.
* this didn't help. again, i didn't count beeps, just shut down and unplugged both the ram and video card. * booted. three beeps. nothing else. * plugged the video card back in. beeps i didn't count. * plugged ram back in. three beeps. nothing. * tried ram in all three slots, no changes. * sulked. to:
Changed lines 307-316 from:
begin :start writeln('You are standing in a forest clearing. The birds twitter amongst themselves in the trees above you. A shallow brook babbles merrily along to your side. There is a large smooth stone in the center of the clearing.'); writeln('There are exits to the North, South, and East.'); write('What do you want to do? ');
readln(input); writeln('I'm sorry, I don't understand that.');
goto start;\\ to:
begin write('What do you want to do? '); writeln('I'm sorry, I don't understand that.'); |