Author Topic: infinite vehicle spawner  (Read 982 times)

a vehicle spawner that lets you have more than one vehicle per spawner
it should have its own events just to avoid breaking regular spawners

Uhhhh sorry to be a disappointment but that's not gonna happen. Like technically it can be done, but it'd be better to manage a garage through events.

Can be done but will cause many problems for the future.

Are those problems able to fixed by limiting vehicles spawned or whatever?

Every spawn brick has a 'vehicle' field attached to it for reference in events. If you had more than one vehicle you'd need to change every vehicle output and input event + a lot of functions in order for it to be compatible.

Also the mere idea of an 'infinite spawner' is scary. That's basically one big memory leak waiting to happen.

Yeah... That's what I was afraid of when I first read this.

...or just have an event that spawns a vehicle on a brick instead, with no vehicle spawner associated with it, so if the vehicle blows up it's gone forever?