MD_MProjectiles(action,delay,dmg,JAB)
var/left=9
while(left)
spawn()Projectiles(action,delay,dmg,JAB,left)//Projectiles(Action,delay,dmg,JAB,dir)
Problem description: It makes 8 projectiles that is supposed to spawn in different direction,except one of the projectiles doesn't go in a different direction. I need it to spawn in 8 different directions(unless it makes 9 projectiles but one is stuck in usr and the other one is in the same dir as one of them) or I could go back to my old code.
Try doing something like what you describe.