Difference between revisions of "Talk:GetItemHealthPercent - ObjectReference"
Jump to navigation
Jump to search
Talk:GetItemHealthPercent - ObjectReference (edit)
Revision as of 17:00, 4 March 2012
, 17:00, 4 March 2012→Returns 0
imported>Oss133 |
imported>Oss133 |
||
Line 11: | Line 11: | ||
This is the script which I have added to the Iron Dagger | This is the script which I have added to the Iron Dagger | ||
Scriptname aaHCMWARWepScript extends ObjectReference | |||
Scriptname aaHCMWARWepScript extends ObjectReference | |||
Event OnEquipped(Actor akActor) | Event OnEquipped(Actor akActor) | ||
If akActor == Game.GetPlayer() | |||
Debug.Notification("Item has " + GetItemHealthPercent() + " Health") | |||
EndifendEvent | |||
Where do I find the Error Log? | Where do I find the Error Log? |