Addphealth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 16: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.