1
Editor Discussion / Re: 3 Sets of 3 spawners that are activated after each other
« on: December 29, 2014, 03:12:06 PM »
You can create a Variable. When the 250ms timer ticks, it checks the variable. If the Variable is 1, it spawns Set A and then adds one. If 2, Spawns Set B then adds one. If 3, Spawns Set C then subtracts 2.
This is probably the simplest way to get the Spawners to work.
This is probably the simplest way to get the Spawners to work.