reallyok lolhttp://dl.dropbox.com/u/11058668/Item_Shield.csTry that. I literally just added two lines.
i never realized how stuff i was at scripting in torque engine until todaywill do tomorrowcan you guarantee me that this will work, though?
No, I cannot fully.
function YOURWEAPONImage::onMount(%this, %obj, %slot){ %obj.hidenode("RHand");// %obj.hidenode("LHand");}function YOURWEAPONImage::onUnMount(%this, %obj, %slot){ %obj.unhidenode("RHand");// %obj.unhidenode("LHand");}