return Spawn(ProjClass,,, Start,AdjustedAim);
what does this line of code do, besides spawning a projectile
I want to replace it with this:
s = Spawn(ProjClass,,, Start,AdjustedAim);
because I want to alter this projectile
can I savely do this or do I break something this way?


