Heya, re-registered after many many years, just got into mapping again tho' as title suggests i'm having a weird problem.
I suspect this is why it doesn't work:
The units spawned are set to Unit - Move, to a series of regions (Player1Walk#1, #2, #3, and #4)
When entering the region, they should be Unit - Move, to the next one, however they don't.
Attempted solutions:
- I tried changing the trigger, so every 0.5 sec it would take all units in region and move them to the next region, and it worked just fine except it got super laggy.
Hoping someone got a suggestion what can fix this mess.
If anyone is interested in looking deeper into it, here is the map;
https://www.mediafire.com/?bf8ub6oo0h3ojww
(When map is loaded, write "-map jb" to see the problem)
-
RedCycleFirst
-
Events
-
Unit - A unit enters Player1Walk1 <gen>
-
-
Conditions
-
(Owner of (Entering unit)) Not equal to Player 1 (Red)
-
-
Actions
-
Unit - Order (Entering unit) to Move To (Center of Player1Walk2 <gen>)
-
Unit Group - Remove (Entering unit) from SpawnedGroup[1]
-
Unit Group - Add (Entering unit) to FirstGroup[1]
-
-
I suspect this is why it doesn't work:
-
Region - Center FirstRun[(Integer B)] on ((Center of PlayerMap[(Integer B)]) offset by 1400.00 towards 45.00 degrees)
-
Trigger - Run MapRegions <gen> (ignoring conditions)
-
MapRegions
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
-------- Player Red --------
-
Set FirstRun[1] = Player1Walk1 <gen>
-
Set SecondRun[1] = Player1Walk2 <gen>
-
Set ThirdRun[1] = Player1Walk3 <gen>
-
Set FourthRun[1] = Player1Walk4 <gen>
-
-------- Player Blue ------ ...
-
-
The units spawned are set to Unit - Move, to a series of regions (Player1Walk#1, #2, #3, and #4)
When entering the region, they should be Unit - Move, to the next one, however they don't.
Attempted solutions:
- I tried changing the trigger, so every 0.5 sec it would take all units in region and move them to the next region, and it worked just fine except it got super laggy.
Hoping someone got a suggestion what can fix this mess.
If anyone is interested in looking deeper into it, here is the map;
https://www.mediafire.com/?bf8ub6oo0h3ojww
(When map is loaded, write "-map jb" to see the problem)