HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

unit creation question

01-04-2003, 11:02 PM#1
SkylineGT[FB]
on my new map that i am making, u have a place were u choose wut unit to make. and then u put it into a region and then the unit that is in the region is created on the battle field. but when i try to make that trigger it only makes one unit. i want it to make 1 unit per second
01-05-2003, 02:58 AM#2
Holimion
well.. i'm not sure if this works but... bellow all the actions in your trigger put this action:
Trigger - Run YourTrigger <gen> (cheking conditions)...
i think that maybe this action will fix your trigger :)
at starcraft the triggers were checked every 2 seconds...
01-05-2003, 03:05 AM#3
SCVirus
FIRST OF ALL YOU ARE MAKING A GAY NEWBIE MAP

2ndly it is done like this

every 3 seconds of game time
condition
specific unit(unit picker player 1) in region footman
create one footman at region spawn player1

every 3 seconds of game time
condition
specific unit(unit picker player 1) in region rifleman
create one rifleman at region spawn player1