Addphealth: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''addphealth''' <number>
'''addphealth''' <number>


Adds <number> to the player's [[strength]]. <number> may be positive or negative. The health is limited to [[MAXPLAYERHEALTH]] for most actors, the only exception is ATOMICHEALTH which limit is hard-coded to [[MAXPLAYERATOMICHEALTH]].
Adds <number> to the player's [[strength]]. <number> may be positive or negative. The health is limited to [[gamestartup|MAXPLAYERHEALTH]] for most actors, the only exception is ATOMICHEALTH which limit is hard-coded to [[gamestartup|MAXPLAYERATOMICHEALTH]].


If the player given health is looking through a camera, the view is reset.
If the player given health is looking through a camera, the view is reset.

Revision as of 17:41, 6 December 2014

addphealth <number>

Adds <number> to the player's strength. <number> may be positive or negative. The health is limited to MAXPLAYERHEALTH for most actors, the only exception is ATOMICHEALTH which limit is hard-coded to MAXPLAYERATOMICHEALTH.

If the player given health is looking through a camera, the view is reset.