Author Topic: Projectile spawning a projectile mid-flight.  (Read 712 times)

Anyway I can make a projectile spawn a projectile mid-flight at people in range? (Not just random)



 I doubt it. The engine would probably not be able to do that.


 I doubt it. The engine would probably not be able to do that.
lern2torque

It definitely could be done but it wouldn't be very effective.

You could use a container search or just loop through all player objects looking for a nearby one.
The projectile spawning would be as normal, just facing the player object & at the main projectile's location.