$AccessoryVar[BackSword, $AccessoryType] = $BackAccessoryType;
$AccessoryVar[BackSword, $SpecialVar] = "";
$AccessoryVar[BackSword, $Weight] = 1;
$AccessoryVar[BackSword, $MiscInfo] = "BackSword";
ItemImageData BackSwordImage
{
shapeFile = "katana";
mountPoint = 2;
mountOffset = {0.18, -0.1, -0.2};
mountRotation = {0, 0, 0.5};
};
ItemData BackSword
{
description = "BackSword";
className = "Accessory";
shapeFile = "katana";
imageType = BackSwordImage;
heading = "eMiscellany";
price = 0;
};
ItemData BackSword0
{
description = "BackSword";
className = "Equipped";
shapeFile = "katana";
heading = "aArmor";
};
Theres what I have for it, in accessory.cs. I can give it to myself, equip it, and #w it and everything, but still doesn't show up. I even changed the mountpoint to 4, but im not sure what that is. Any help anyone?
Do I have to add something to some other cs file?