Game.GetPlayer().UnequipAll()
Obviously that unequips everything, whereas
Game.GetPlayer().UnequipItem(**misc item here***)
Will unequip a specific item. Is there anyway to only unquip any and all weapons?
Game.GetPlayer().UnequipAll()
Game.GetPlayer().UnequipItem(**misc item here***)