I have a script that I've been attaching to each and every actor that I make, which essentially says that if they get hit with a given weapon, they should take a appropriate random number of damage from it (for DnD rules). I want to dynamically attach it to everyone around the PC (and I know how to do that) but the problem is my script has 23 properties, and I need all of them to auto-fill. Can this be done?