- Joined
- Feb 22, 2009
- Messages
- 260
I am most worried about the Creepcheck since it is a unit group.
-
Set RandomNumber = (Random integer number between 1 and RandomMax)
-
Set CreepRegion = Bot Right Right <gen>
-
Set CreepCheck = (Units in CreepRegion owned by Neutral Hostile)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in CreepCheck) Less than 2
-
-
Then - Actions
-
Set CreepSpawn = BRR
-
For each (Integer A) from 1 to WeakNumber, do (Actions)
-
Loop - Actions
-
Unit - Create 1 WeakCreep[RandomNumber] for Neutral Hostile at CreepSpawn facing Center
-
-
-
For each (Integer A) from 1 to BossNumber, do (Actions)
-
Loop - Actions
-
Unit - Create 1 BossCreep[RandomNumber] for Neutral Hostile at CreepSpawn facing Center
-
-
-
For each (Integer A) from 1 to StrongNumber, do (Actions)
-
Loop - Actions
-
Unit - Create 1 StrongCreep[RandomNumber] for Neutral Hostile at CreepSpawn facing Center
-
-
-
For each (Integer A) from 1 to SupportNumber, do (Actions)
-
Loop - Actions
-
Unit - Create 1 SupportCreep[RandomNumber] for Neutral Hostile at CreepSpawn facing Center
-
-
-
-
Else - Actions
-