View previous topic :: View next topic |
Author |
Message |
MeTcHsteekle
Joined: 15 May 2008 Posts: 397 Location: its a secret
|
Posted: Wed Aug 06, 2008 11:21 pm Post subject: i bleed! ... forever? |
|
|
alright sence this sections here ill use it ... in the tutorial "i bleed!", i can get it to bleed, but then it wont stop, not after respawn, not after map change, not after your health goes back up past the bleeding point... how do i fix this???? help is apprecated  _________________ bah |
|
Back to top |
|
 |
Electro
Joined: 29 Dec 2004 Posts: 241 Location: Brisbane, Australia
|
Posted: Wed Aug 06, 2008 11:25 pm Post subject: |
|
|
Yeah just looked at that code to see what the problem could be. What a silly little tutorial! Clearly not tested properly at all.
In PlayerPreThink just put something like:
Code: |
if (self.health > 20)
self.bleed = FALSE;
|
_________________ Unit reporting!
http://www.bendarling.net/ |
|
Back to top |
|
 |
MeTcHsteekle
Joined: 15 May 2008 Posts: 397 Location: its a secret
|
Posted: Thu Aug 07, 2008 1:20 am Post subject: |
|
|
thanks  _________________ bah |
|
Back to top |
|
 |
|