Jump to content

Recommended Posts

I've been trying to add a damage increasing aura to a custom structure I made and so far it hasn't been working. Here is the code I've been using.

local function damageaura(inst)	local player = GetPlayer()    if (player.components.combat then        player.components.combat = TUNING.WILSON_DAMAGE_MULT * 666    endend

Help would be much appreciated.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...