HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Endless Spawning-Footmen Frenzy

05-16-2006, 12:33 AM#1
ViciousBunny
How do you make a building that endlessly spawns units every ______# of seconds?
05-16-2006, 12:36 AM#2
Tim.
Via triggers. Moved.
05-16-2006, 02:23 AM#3
TaintedReality
Have a periodic event that goes every 10 seconds or whatever, then inside the trigger pick all units in unit group (all units of type "your building"), then for each one create a unit of your choice. I think you could have easily figured that out yourself if you just looked...