Forum Archive

Go Back   3D Realms Forums > 3D Realms Topics > Duke Nukem > Duke Nukem 3D Modifications
Blogs FAQ Community Calendar

Notices

 
 
Thread Tools
Old 05-01-2009, 08:38 PM   #1
Commando Nukem

Commando Nukem's Avatar
Health code help?
I need to add in a piece of code into the game wherein if the player is below 80 health he loses one point of health every few seconds. How would I go about doing this?
__________________
Open Maw Productions
Commando Nukem is offline  
Old 05-01-2009, 09:16 PM   #2
DeeperThought

DeeperThought's Avatar
Re: Health code help?
Quote:
Originally Posted by Commando Nukem View Post
I need to add in a piece of code into the game wherein if the player is below 80 health he loses one point of health every few seconds. How would I go about doing this?
Something like this should work:

Code:
 
actor APLAYER MAXPLAYERHEALTH PSTAND 0 0
 
ifphealthl 80 ifcount 78
{
  resetcount
  addphealth -1
  palfrom 20 48
  sound DUKE_HARTBEAT
  ifrnd 64 spawn BLOODPOOL
}
That is not tested, I just typed it...the only problem I foresee is if your player code is already using count for something else. In that case substitute your own variable and count with it.
__________________
DUKE PLUS
New map effects and various optional extras for Duke 3D.

DUKE NUKEM: ATTRITION
XP based weapon upgrades, progressive difficulty, and more.
DeeperThought is offline  
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 12:19 PM.

Page generated in 0.10832000 seconds (100.00% PHP - 0% MySQL) with 16 queries

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

Website is ©1987-2014 Apogee Software, Ltd.
Ideas and messages posted here become property of Apogee Software Ltd.