6151
Modification Help / Re: Making hats? (Debugging before public release, need help)
« on: October 12, 2011, 09:09:45 AM »Indeed it does. Thank you. I'll keep working with the hat and ask help if I find more bugs I can't fix. So far it seems like the script is done. Time to work on the animations.Code: [Select]Adding that bit to the end of the code should work.function IM_hatItem::onMount(%this, %obj, %slot)
{
if(%obj.HatWear)
{
%obj.unMountImage(0);
%obj.mountimage(IM_hatEmpty,0);
}
}