Quite often the GECK Wiki refers to TESCS (The Elder Scrolls Construction Set) which seems to have nothing functioning any more. Is there another place that had collected information about the GECK and Commands, especially script commands?
I am wanting to make a form of armor. I need to be able to get the armor's health, condition, and I need to know when the armor takes damage. I assume the actor.GetAV would not work with items. What is the item equivalent? Or it is just item.health and item.condition? If the script is attached to the armor, does OnHit get triggered when the armor is hit, or the player? I looked at the prototype medic power armor, T-51, and the few other scripts. I do not think I saw any that actually used OnHit. Via script I need to be able to increase or decrease the armor's health/condition and its DR/AR.
Sorry this turned out to be two different topics.
Perhaps I should mention I want info only for Fallout 3, not New Vegas or any of the Elder Scrolls.