tModLoader Need help adding zoom to weapon

JuicedHesky

Terrarian
Hello, I've been stumped on this for a while now, but I'm attempting to make a sniper type weapon, but I'm having trouble figuring out how to add a zoom-on-right-click function to it, thanks in advance
 
Code:
        public override void SetDefaults()
        {
       item.CloneDefaults(ItemID.SniperScope);        
        }

not sure if this helps but if it's an accessory that might work
 
Back
Top Bottom