Difference between revisions of "Talk:GetItemHealthPercent - ObjectReference"
Jump to navigation
Jump to search
Talk:GetItemHealthPercent - ObjectReference (edit)
Revision as of 16:57, 4 March 2012
, 16:57, 4 March 2012→Returns 0
imported>Cipscis m (Closing unsigned template) |
imported>Oss133 |
||
Line 8: | Line 8: | ||
: -- [[User:Cipscis|Cipscis]] 16:09, 4 March 2012 (EST) | : -- [[User:Cipscis|Cipscis]] 16:09, 4 March 2012 (EST) | ||
This is the script which I have added to the Iron Dagger | |||
Scriptname aaHCMWARWepScript extends ObjectReference | |||
Event OnEquipped(Actor akActor) | |||
If akActor == Game.GetPlayer() | |||
Debug.Notification("Item has " + GetItemHealthPercent() + " Health") | |||
Endif | |||
endEvent | |||
Where do I find the Error Log? |