I want it so you can type /SantaHat and it'll be on your head, but i didn't get a chance to find out the mount point for the head, so i just left it at 1 (Left hand), but i typed /SantaHat, but it didn't even appear in my left hand, why?
//Santa's hat mod by Masterlegodude
datablock ShapeBaseImageData(SantaHatImage)
{
// Basic Item properties
shapeFile = "./Shapes/Santahat.dts";
emap = true;
// Specify mount point & offset for 3rd person, and eye offset
// for first person rendering.
mountPoint = 1;
offset = "0 0 0";
eyeOffset = 0; //"0.7 1.2 -0.5";
rotation = eulerToMatrix( "0 0 90" );
scale = "3 3 3";
offset = "0.5 0.1 0";
doColorShift = true;
colorShiftColor = "1.000 0.000 0.000 1.000";
};
function serverCmdSantaHat(%Client,%Arg)
{
%obj.mountImage(SantaHatImage,1);
}
I've got the model in the Shapes folder, same name as it is in the script, i added a joint to the model named mountPoint, it should atleast appear in my left hand, yes it is checked in the Add-Ons