Help keep BC-Central alive. Make a donation to help keep the site up and prevent downtime. Site is only $15.99/month ~eclipse74569 http://paypal.me/eclipse74569
You can add the Breen Damper to your projectile by adding the following code to the bottom of your projectile script:sYieldName = ?Damper Weapon?sFireName = Nonetry: import FoundationTech try: oFire = FoundationTech.oTechs[sFireName] FoundationTech.dOnFires[__name__] = oFire except: pass try: oYield = FoundationTech.oTechs[sYieldName] FoundationTech.dYields[__name__] = oYield except: passexcept: pass