Addphealth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
The game enforces limits on the health added with this command. This size of the limit is set by [[MAXPLAYERHEALTH]] for most actors. A [[MAXPLAYERATOMICHEALTH]] is defined in con but does not appear to be passed in through gamestartup. The atomic health definately does have a higer limit but to find out where this is set from would require checking the source. | The game enforces limits on the health added with this command. This size of the limit is set by [[MAXPLAYERHEALTH]] for most actors. A [[MAXPLAYERATOMICHEALTH]] is defined in con but does not appear to be passed in through gamestartup. The atomic health definately does have a higer limit but to find out where this is set from would require checking the source. | ||
[[Category:Duke3D 1.3/1.5 commands]] |
Revision as of 23:49, 23 September 2005
addphealth <number>
Adds <number> to the player's strength. <number> may be positive or negative.
The game enforces limits on the health added with this command. This size of the limit is set by MAXPLAYERHEALTH for most actors. A MAXPLAYERATOMICHEALTH is defined in con but does not appear to be passed in through gamestartup. The atomic health definately does have a higer limit but to find out where this is set from would require checking the source.