Hello everyone! this is my first post
Well... I have a problem with a mod that I am creating..the idea is create a script to get the armor rating of an object that receives the script and store in a variable.
After recalculate automatically the armor rating with a variable based on events occurring.
For example, the elven boots receive the script then the script obtains armor rating and store in the variable
if the daedric armor receive the script then the script obtains its armor rating...
I'm using this function: http://www.creationkit.com/GetArmorRating_-_Armor
I use it in this way:
int armorR = GetAR()
but not compile... any help??