package HoldSnowMobile
{
function armor::onMount(%this, %obj, %vehicle, %slot)
{
parent::onMount(%this, %obj, %vehicle, %slot);
if(%vehicle.getDataBlock() == SNOWMOBILEDATABLOCK.getID())
{
%obj.playThread(1, armReadyBoth);
%obj.playThread(2, sit);
}
}
};
activatePackage(HoldSnowMobile);
Please note "SNOWMOBILEDATABLOCK" which was typed in all caps for your spotting convenience which needs to be edited to the name of your snowmobile's datablock.