HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

noob question...

11-14-2002, 10:00 PM#1
Guest
I want to get a unit to walk on a circle of power and then make that unit type spawn every 8 seconds.

what triggers and in wich order should I place them?
so far I can only get a unit to spawn if the selector unit keeps walking over the circle over and over.
11-14-2002, 10:56 PM#2
Guest
Not sure about this, but:

Trigger1:

Event - Unit Enters Region Circleofpower

Action - Turn on trigger2
Action - Set variable TriggerUnit is triggering unit
(TriggerUnit is variable name)

Trigger2:

Event - Every 8 seconds of game time.

Action - Create 1 TriggerUnit for player..................


Again, i`m not sure, but this should get the unit creation working.

If you wanted to disable it, i think you should use:

Event - Unit leaves region Circleofpower

Action - Turn off trigger1
11-14-2002, 11:42 PM#3
Kerry
And remember to make a region named that

Event - Unit Enters Region Circleofpower

and also uncheck the box for trigger 2 Initially on.

Good Luck