Thats only for weapons. The script for SimpleWell hats is short and does not have that... see:
AddHAT("Makanix","MakanixImage",0);
datablock ShapeBaseImageData(MakanixImage)
{
shapeFile = "./Shapes/Makanix.dts";
emap = true;
mountPoint = $HeadSlot;
offset = "0 0.0 0.0";
eyeOffset = "0 0 0.0";
rotation = eulerToMatrix("0 0 0");
doColorShift = false;
colorShiftColor = "0.500 0.500 0.500 1.000";
};
Where is says HeadSlot i need it to change to pants, but when i type it, it mounts to my right hand...
I copied this from the copter hat, the one with animation but it is no different from the other hats. I don't understand how the animation is playing.
EDIT: Maybe its a continuous loop in the model. the animation i exported only plays once for like weapon scripts...