Morrowind Mod:GetDeadCount
The UESPWiki – Your source for The Elder Scrolls since 1995
GetDeadCount
GetDeadCount, ObjectID Where: ObjectID = Actor to get the number of times it has been killed Type: Stats Returns: short Example: if ( GetDeadCount, "Vorar Helas" > 0 ) set sValue to ( GetDeadCount, "ancestor_ghost" ) Scripts: attack_slave AhniaNote
Returns the number of times the given actor has been killed.