{index} - Currently 1-20.
{value} - Any integer/decimal value.
getentityproperty({ent}, "stats", {type}, {index}): Returns the entity's stats value.
{type} - 0 = Modeldata. 1 = Entity.
{index} - Value index to retrive.
changeentityproperty({ent}, "stats", {type}, {index}, {value}): Modify the entity's stats value.
{type} - 0 = Modeldata. 1 = Entity.
{index} - Value index to modify.
{value} - New value. Accepts any whole or decimal number.
Will look at setting up for dynamic index limit in the future.