HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

region

07-29-2004, 08:19 PM#1
LiNUS_A
Ok, im a real newb, blablabla...

so heres the question:
How do i do if i want a unit to enter a region and then create another unit in another region?

you im new to actions triggers etc so i dont know much about em...


"search and youll find, noob!" Please dont answer that.
I have searched EVERYWHERE ok? and i bet theres many threads i havent seen but.. just please answer!! this would help SO F*CKING much ok? ill give ya creds!!!!(lots)
07-29-2004, 08:39 PM#2
Aznwhore
Event: <yourunit> enters <region1>
Action: Create 1 <unit> at <region2>

i recommend that you add a "Wait for <time>" action so it doesn't continuously create units
07-29-2004, 11:31 PM#3
th15
You might want to change that above trigger to
Code:
Event: 
<yourunit> enters <region1>

Action: 
Trigger- turn off this trigger
Create 1 <unit> at <region2>
Wait 20 seconds
Trigger- turn on this trigger

If you don't want this trigger to constantly spawn units too quickly.