- Joined
- Nov 30, 2007
- Messages
- 1,202
I'm trying to change terrain over a region but no units, no ping is created and it should be right?
-
test
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Set Left = 10048
-
Set Right = 10624
-
Set Top = -3776
-
Set Bottom = -4352
-
For each (Integer A) from Left to Right, do (Actions)
-
Loop - Actions
-
For each (Integer B) from Top to Bottom, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Set x = (Real((Integer A)))
-
Set y = (Real((Integer B)))
-
Unit - Create 1 Footman for Player 1 (Red) at (Point(x, y)) facing Default building facing degrees
-
Cinematic - Ping minimap for (All players) at (Point(x, y)) for 1.00 seconds
-
Environment - Change terrain type at (Point(x, y)) to Underground - Brick using variation -1 in an area of size 1 and shape Circle
-
-
Else - Actions
-
-
-
-
-
-
-