Difference between revisions of "SetEquippedCurrentHealth"
Jump to navigation
Jump to search
Added example
imported>WereWolf (New page: A command for Oblivion Script Extender Sets the current health of the object in the specified equipment slot. '''Syntax:''' (nothing) ''reference....) |
imported>WereWolf (Added example) |
||
Line 5: | Line 5: | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) ''reference.''SetEquippedCurrentHealth nuHealth:long slot:short | (nothing) ''reference.''SetEquippedCurrentHealth nuHealth:long slot:short | ||
'''Example:''' | |||
player.SetEquippedCurrentHealth 100 16 | |||
Set the health of the player's equipped weapon to 100. | |||
{{OBSE_SLotIDs}} | {{OBSE_SLotIDs}} |