Jump to content

Getting the armor rating from an armor object


bomaz

Recommended Posts

I have an armor object just equipped by the player. Is there any way to get the armor rating (dependent on the players skills not the base rating) of the object?

 

If not then how do I get the base armor so that I can calculate the rating myself?

 

 

Scriptname ratingdetector extends activemagiceffect  Conditional

Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference)

If akBaseObject As Armor
Debug.MessageBox("We equipped an armor object, it has rating:"+<insert armorrating here>)	
EndIf

endEvent

Edited by bomaz
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...