TriBlade9 wrote:Perhaps something similar to add_particle?
IMO a weather system would be a bit too generic. What if you wanted a floating HUD that was displayed in front of a player, or a visualization of an effect or an arrow to show which direction to go.
Perhaps rename it to add_particle_system, with the option to lock it to a player. Give it options for radius around player, move with player or not, etc.
Yes, that's what I was thinking. I considered a name like add_particle_sphere or add_particle_circle, since the idea is to have a set of particle spawners surrounding the player. I still need to process the idea in my mind properly, to know exactly what I need to do.