Re: [Tutor] Running RPG game again.

2005-05-21 Thread R. Alan Monroe
> I'm trying to make the RPG game to be able to run again. > But, when I type "run", nothing happens. It's because your continue statement on line 45 loops around to line 19 (I double checked in the debugger). Then it checks if the monster is still alive (AGAIN) on line 20, but the monster is al

[Tutor] Running RPG game again.

2005-05-21 Thread . ,
Hi, I'm trying to make the RPG game to be able to run again. But, when I type "run", nothing happens. thanks. --- import random print \ """ Warrio