boids question

Is it possible to add and delete boids while playing a game?

digiman

If you mean the boids in the particle sim - no, particles don’t work in the GE. But you could probably script an object to have a boid-like behavior, and you would be able to add and remove such objects in game using the AddObject actuator and the endObject method.