Re: I know this is a really noobish question, but how do you....
The shield is an offhand object.
Just take a look at the pistol code, as you can use that and a shield
Code:
JointOffset = Vector
X = -3
Y = 2
DrawAfterParent = 0
OneHanded = 1 <<< This right here.
StanceOffset = Vector
X = 12
Y = 0
The shotgun lacks that little bit right there.
So add it into whatever code your working on to make it one handed.