For example, if I want to have a charge up weapon where you hold the button down for a bit. This means that I charge up a variable by incrementing it while the trigger is held down. However I store both the damage of the projectile and the speed that it moves on the projectile itself. I am not really sure what will work best for passing the variables needed over to the projectile. A fully charged shot should do more damage and move faster.
This game needs to support multiplayer so doing this sloppily will likely result in annoying bugs.
Any advice?