celery 8 Posted April 11, 2007 Can I manipulate a dropped weapon in any way if a player manually did it? I need to remove it if it's on lying around, but is it possible? Share this post Link to post Share on other sites
Big Dawg KS 6 Posted April 11, 2007 A dropped weapon is essentially not a weapon but an ammo crate type object that is storing it. The classname of the object is "WeaponHolder". Hopefully that leaves you with enough information, but if you need a hint... use nearestObject. Share this post Link to post Share on other sites