Re: [Tutor] Error in Game

2013-07-02 Thread Joel Goldstick
On Tue, Jul 2, 2013 at 4:22 PM, Jack Little wrote: > The player has an option to upgrade or not. I know the code is correct, > but it doesn't send the player to the shop. Here is the code: > > def lvl3_2(): > print "You beat level 3!" > print "Congratulations!" > print "You have liber

Re: [Tutor] Error in Game

2013-07-02 Thread Alan Gauld
On 02/07/13 21:22, Jack Little wrote: The player has an option to upgrade or not. I know the code is correct, but it doesn't send the player to the shop. So what does it do? def lvl3_2(): print "You beat level 3!" print "Congratulations!" print "You have liberated the Bristol C

[Tutor] Error in Game

2013-07-02 Thread Jack Little
The player has an option to upgrade or not. I know the code is correct, but it doesn't send the player to the shop. Here is the code: def lvl3_2():     print "You beat level 3!"     print "Congratulations!"     print "You have liberated the Bristol Channel!"     print "[Y] to go to the shop or [N