Ara Kooser wrote: <snip> > When I run the python program it works fine until I try to go west > from my inital start room. I get the room description but no raw_input > prompt. I just get dumped back to >>> in the python shell. I think I > am missing something simple. I pasted in the code below. I am using
<snip>
You've got at least 2 places that read
prompt_meadow1
instead of
prompt_meadow1()
like they should.
Cheers,
Jussi
--
http://mail.python.org/mailman/listinfo/python-list
