spawning issue: spawns 2 actors instead of one
vincentW
Member Posts: 47
I'm having an annoying problem with my game: there's an actor with a rule that says:"every 3 secs, spawn enemy". But, every 3 secs, there are spawning 2 of the same enemies next to each other. I checked all the code and nothing seems to declare why this is happening... Does anyone know what to do with this?
Comments
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
The second rule changes the spawning attribute every 5 secs to either 1 or 2.
When this attribute is 2 for example, it will spawn enemy number 2 every 3 secs, this is the third rule.