if (from.Body == 9999)
{
if (from != null && !from.Female)
from.BodyValue = 400;
else
from.BodyValue = 401;
}
if (owner.Player && owner.BodyValue == 9999 && !owner.Female)
owner.BodyValue = 400;
else if (owner.Player && owner.BodyValue == 9999 && owner.Female)
owner.BodyValue = 401;
We use essential cookies to make this site work, and optional cookies to enhance your experience.