Morrowind Mod:GetDeadCount

A UESPWiki – Sua fonte de The Elder Scrolls desde 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.