I have that so far i am wondering what i need to change becuase it was not working. I belive that I am not refrencing the right datablock.
Help would be appreciated I am new at this.
package Horse
{
function gameConnection::onClientEnterGame(%client)
{
parent::onClientEnterGame(%client);
%client.setDataBlock(HorseArmor)
}
};
activatepackage(Horse);