Hi guys!When you click the button to add a variable to be damage 50. But it is not working. Help me! :)alt text
Ok first is this singleplayer?
Also the projectile is probably destroying itself which means that your variable is not being made permanent.
For this to work you need to apply it to something that is not being destroyed. If its single player you could put this in the player or create a weapon that is carried and have it control the damage.
If you are controlling the fire from the player character/controller have it add the damage on the fire event.