Add Garys Toolgun?

Can I make both the hammer and toolgun work?

You can choose only one.

You can just modify it to suit your needs like this.

if (heldItem != null && heldItem.info.shortname == "hammer" || heldItem.info.shortname = "toolgun")​

In the function => IsSpecificTool(Item heldItem)