Re: [Tutor] RPG game.

2005-05-20 Thread . ,
It works fine but, at the end of the program total damage has to be shown. Only single damage is shown. How can i change it? --- import random print \ """

Re: [Tutor] RPG game.

2005-05-20 Thread . ,
I can't see the error message because the program ends fast. >From: "Kooser, Ara S" <[EMAIL PROTECTED]> >To: ". ," <[EMAIL PROTECTED]>,tutor@python.org >Subject: RE: [Tutor] RPG game. >Date: Fri, 20 May 2005 08:32:42 -0600 > >Could you post

Re: [Tutor] RPG game.

2005-05-20 Thread Alberto Troiano
b > 0): > hit += 1 > mob = mob - dmg#HERE before doing this and before the while you should type dmg=0 or the value you like Best Regards Alberto >From: "Kooser, Ara S" <[EMAIL PROTECTED]> >To: ". ," <[EMAIL PROTECTED]>, tutor@pyth

Re: [Tutor] RPG game.

2005-05-20 Thread Kooser, Ara S
Behalf Of . , Sent: Friday, May 20, 2005 5:56 AM To: tutor@python.org Subject: [Tutor] RPG game. I'm trying to make an RPG game which is only consisted of texts. But, it doesn't wor

[Tutor] RPG game.

2005-05-20 Thread . ,
I'm trying to make an RPG game which is only consisted of texts. But, it doesn't work! thanks. --- import random print \ """Warrior - damage: 10~60