This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veky
Recipients python-dev, serhiy.storchaka, terry.reedy, veky
Date 2016-08-25.06:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472106133.88.0.661468642325.issue27821@psf.upfronthosting.co.za>
In-reply-to
Content
Not only that, but when you're on the ground you have a much more diverse set of options for moving. `s` is "enter a different tower", `r` is "exit a tower", `n` is "move to the next tower", `j` is "teleport" and so on. :-)

Also for objects... you have "look around" (a), "examine" (p), "show map" (`l` for horizontal and `w` for vertical)... yeah, all in all a nice text adventure game. :-)

But the most important thing (why I don't think #24265 is amenable to this) is to have a good starting point. That's what you provided for me with "configdialog.py, line 1066". If you have such a starting point for #24265, it would be a very good thing.

(You can also set conditional breakpoints, but I also don't know what condition to look for in that example.)
History
Date User Action Args
2016-08-25 06:22:13vekysetrecipients: + veky, terry.reedy, python-dev, serhiy.storchaka
2016-08-25 06:22:13vekysetmessageid: <1472106133.88.0.661468642325.issue27821@psf.upfronthosting.co.za>
2016-08-25 06:22:13vekylinkissue27821 messages
2016-08-25 06:22:13vekycreate