- Joined
- Jan 6, 2009
- Messages
- 100
So, i've got a map going. It's entirely experimental, it's me messing with the Time - Periodical event among other things.
So, the thing i'm confused about is I have a research (that doesn't actually do anything) that says it will spawn more units. Below is the code.
If you want the map or more info, don't hesitate to ask.
So, the thing i'm confused about is I have a research (that doesn't actually do anything) that says it will spawn more units. Below is the code.
-
Spawn
-
Events:
-
Time - Every 9.00 seconds of game time
-
-
Conditions:
-
None
-
-
Actions:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions:
-
(Researched tech-type) Equal to Recruitment
-
-
Then - Actions
-
Unit - Create 4 Orc Grunts for Player 1 (Red) at (Center of Start <gen>) facing (Center of Tele 1 <gen>)
-
-
Else - Actions
-
Unit - Create 3 Orc Grunts for Player 1 (Red) at (Center of Start <gen>) facing (Center of Tele 1 <gen>)
-
-
-
-
If you want the map or more info, don't hesitate to ask.
Last edited: